[FEATURE] Add fragment option to Redirect Finisher
This patch adds a new field called "fragment" to the EXT:form Redirect finisher. It will be appended to the redirect URL (e.g. #c127). The fragment can be either a content element identifier or a custom fragment such as `foo`. Resolves: #83912 Releases: main Change-Id: I724e378894782215cc7db21160daef930d0cfdb2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73721 Tested-by:core-ci <typo3@b13.com> Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
waldhacker <hello@waldhacker.dev> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
waldhacker <hello@waldhacker.dev>
Showing
- typo3/sysext/core/Documentation/Changelog/12.0/Feature-83912-SpecifySectionRedirectFinisher.rst 34 additions, 0 deletions...log/12.0/Feature-83912-SpecifySectionRedirectFinisher.rst
- typo3/sysext/form/Classes/Domain/Finishers/RedirectFinisher.php 5 additions, 2 deletions...sysext/form/Classes/Domain/Finishers/RedirectFinisher.php
- typo3/sysext/form/Configuration/Yaml/Finishers/Redirect.yaml 5 additions, 0 deletionstypo3/sysext/form/Configuration/Yaml/Finishers/Redirect.yaml
- typo3/sysext/form/Configuration/Yaml/FormElements/Form.yaml 9 additions, 0 deletionstypo3/sysext/form/Configuration/Yaml/FormElements/Form.yaml
- typo3/sysext/form/Documentation/D/FinisherOptions/Index.rst 19 additions, 0 deletionstypo3/sysext/form/Documentation/D/FinisherOptions/Index.rst
- typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/Redirect.rst 36 additions, 0 deletions...I/Config/proto/finishersDefinition/finishers/Redirect.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form.rst 3 additions, 0 deletions...ion/I/Config/proto/formElements/formElementTypes/Form.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor.rst 9 additions, 0 deletions...g/proto/formElements/formElementTypes/Form/formEditor.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30.rst 9 additions, 0 deletions...ypes/Form/formEditor/propertyCollections/finishers/30.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/editors/400.rst 38 additions, 0 deletions...rmEditor/propertyCollections/finishers/30/editors/400.rst
- typo3/sysext/form/Resources/Private/Language/Database.xlf 12 additions, 0 deletionstypo3/sysext/form/Resources/Private/Language/Database.xlf
Please register or sign in to comment