[BUGFIX] Disable toggle all action in multi record selection
If a table in recordlist only contains records which do not provide a checkbox, the "toggle all" action should be disabled as well, since using this action would have no effect. Resolves: #97685 Releases: main, 11.5 Change-Id: Id87bb5dd9df10c33acd03d0c5dbca179bb7f1cdd Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74736 Tested-by:core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- Build/Sources/TypeScript/backend/multi-record-selection.ts 9 additions, 0 deletionsBuild/Sources/TypeScript/backend/multi-record-selection.ts
- typo3/sysext/backend/Resources/Public/JavaScript/multi-record-selection.js 1 addition, 1 deletion...end/Resources/Public/JavaScript/multi-record-selection.js
- typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php 1 addition, 1 deletion...sext/recordlist/Classes/RecordList/DatabaseRecordList.php
Please register or sign in to comment