| @@ -39,9 +39,9 @@ | ||
| 39 | 39 | $id = 'redirect'; |
| 40 | 40 | $configParameters[$id] = $this->configParameterFactory->createSelectionConfigParameter( |
| 41 | 41 | $id, |
| 42 | 42 | 'false', |
| 43 | - ['false', 'blog', 'login', 'custom_page', 'custom_url', 'origin'] | |
| 43 | + ['false', 'blog', 'login', 'custom_page', 'custom_url'] | |
| 44 | 44 | ); |
| 45 | 45 | |
| 46 | 46 | $id = 'redirect_custom_page'; |
| 47 | 47 | $configParameters[$id] = $this->configParameterFactory->createStringConfigParameter($id); |
| @@ -48,11 +48,8 @@ | ||
| 48 | 48 | |
| 49 | 49 | $id = 'redirect_custom_url'; |
| 50 | 50 | $configParameters[$id] = $this->configParameterFactory->createStringConfigParameter($id); |
| 51 | 51 | |
| 52 | - $id = 'append_redirect_to_parameter'; | |
| 53 | - $configParameters[$id] = $this->configParameterFactory->createBooleanConfigParameter($id); | |
| 54 | - | |
| 55 | 52 | $id = 'lock_recursive'; |
| 56 | 53 | $configParameters[$id] = $this->configParameterFactory->createBooleanConfigParameter($id, true); |
| 57 | 54 | |
| 58 | 55 | $id = 'authors_has_access_to_own'; |
| @@ -336,13 +333,8 @@ | ||
| 336 | 333 | |
| 337 | 334 | public function getRedirectCustomUrl(): ?string |
| 338 | 335 | { |
| 339 | 336 | return $this->getParameterValue('redirect_custom_url'); |
| 340 | - } | |
| 341 | - | |
| 342 | - public function appendRedirectToParameter(): bool | |
| 343 | - { | |
| 344 | - return (bool) $this->getParameterValue('append_redirect_to_parameter'); | |
| 345 | 337 | } |
| 346 | 338 | |
| 347 | 339 | public function lockRecursive(): bool |
| 348 | 340 | { |