[TASK] Use multi record selection in recycler module
The multi record selection component is now also used in the recycler module. This increases consistency, as custom checkbox logic could be removed. Also the recyclers' JavaScript implementation of the selection actions is simplified. To interact with the multi record selection component, some events are used. This also means, the functionality stays the same, while most of it is now handled by the Multi record selection component. Resolves: #94926 Releases: master Change-Id: I57d91d070bfa75c01d4cb87dfd0c5576d111dcfa Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70678 Tested-by:core-ci <typo3@b13.com> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
Simon Schaufelberger <simonschaufi+typo3@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Simon Schaufelberger <simonschaufi+typo3@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- Build/Sources/TypeScript/recycler/Resources/Public/TypeScript/Recycler.ts 23 additions, 41 deletions...peScript/recycler/Resources/Public/TypeScript/Recycler.ts
- typo3/sysext/recycler/Classes/Controller/RecyclerModuleController.php 1 addition, 0 deletions.../recycler/Classes/Controller/RecyclerModuleController.php
- typo3/sysext/recycler/Resources/Private/Partials/RecordsTable/DeletedRecord.html 3 additions, 4 deletions...esources/Private/Partials/RecordsTable/DeletedRecord.html
- typo3/sysext/recycler/Resources/Private/Templates/RecyclerModule/Index.html 53 additions, 21 deletions...ler/Resources/Private/Templates/RecyclerModule/Index.html
- typo3/sysext/recycler/Resources/Public/JavaScript/Recycler.js 1 addition, 1 deletion...3/sysext/recycler/Resources/Public/JavaScript/Recycler.js
Please register or sign in to comment