[BUGFIX] Always set `action` argument for action ViewHelpers
A couple of places (mostly paginations) are using the action ViewHelpers without providing the `action` argument. Those links will therefore fall back to the default action, which might be wrong e.g. in the backend user group listing. To preserve the current action on paginating, the corresponding action is now always set. Resolves: #103189 Related: #101729 Releases: main, 12.4 Change-Id: I1db9a637a4b320f90aae3a93fe903c939384ea3a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83117 Tested-by:core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- typo3/sysext/beuser/Classes/Controller/BackendUserController.php 3 additions, 3 deletions...ysext/beuser/Classes/Controller/BackendUserController.php
- typo3/sysext/beuser/Resources/Private/Partials/BackendUser/PaginatedList.html 1 addition, 1 deletion...Resources/Private/Partials/BackendUser/PaginatedList.html
- typo3/sysext/beuser/Resources/Private/Partials/BackendUserGroup/PaginatedList.html 1 addition, 1 deletion...rces/Private/Partials/BackendUserGroup/PaginatedList.html
- typo3/sysext/beuser/Resources/Private/Partials/Filemount/PaginatedList.html 1 addition, 1 deletion...r/Resources/Private/Partials/Filemount/PaginatedList.html
- typo3/sysext/beuser/Resources/Private/Partials/SimplePagination.html 6 additions, 6 deletions...t/beuser/Resources/Private/Partials/SimplePagination.html
- typo3/sysext/form/Resources/Private/Partials/Backend/FormManager/Pagination.html 6 additions, 6 deletions...rces/Private/Partials/Backend/FormManager/Pagination.html
Please register or sign in to comment