[FEATURE] Provide a way to sort form lists in ext:form
Forms in ext:form were previously not sorted in any manner, but just outputted in the order they were read from the filesystem's directories. Forms can now be sorted by multiple keys in either ascending or descending order. Two new yaml settings were introduced: `sortByKeys` and `sortAscending`. Resolves: #87798 Releases: master Change-Id: I2aae2e79cbd39394040a5b1280469a756bf0c7ca Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61896 Reviewed-by:Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Feature-87798-ProvideAWayToSortFormListsInExtform.rst 66 additions, 0 deletions...ter/Feature-87798-ProvideAWayToSortFormListsInExtform.rst
- typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManager.php 24 additions, 1 deletion...t/form/Classes/Mvc/Persistence/FormPersistenceManager.php
- typo3/sysext/form/Configuration/Yaml/BaseSetup.yaml 2 additions, 0 deletionstypo3/sysext/form/Configuration/Yaml/BaseSetup.yaml
- typo3/sysext/form/Documentation/I/Config/configuration/Index.rst 2 additions, 0 deletions...ysext/form/Documentation/I/Config/configuration/Index.rst
- typo3/sysext/form/Documentation/I/Config/persistenceManager/Index.rst 88 additions, 0 deletions.../form/Documentation/I/Config/persistenceManager/Index.rst
Please register or sign in to comment