[TASK] Add multi record selection to reactions module
For consistency and usability reasons is the multi record selection now added to the newly introduced reactions overview module. This patch adds the edit and delete actions. Additionally is a bug fixed, which might prevented selection of the table row depending on its width. Resolves: #100199 Related: #98373 Releases: main Change-Id: I071a88ed81f3fe9992081504db8d6a0fa81e8557 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78147 Tested-by:Benni Mack <benni@typo3.org> Tested-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Jochen <rothjochen@gmail.com> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- Build/Sources/Sass/component/_table.scss 6 additions, 0 deletionsBuild/Sources/Sass/component/_table.scss
- Build/Sources/TypeScript/reactions/management-overview.ts 116 additions, 0 deletionsBuild/Sources/TypeScript/reactions/management-overview.ts
- Build/Sources/TypeScript/workspaces/backend.ts 1 addition, 1 deletionBuild/Sources/TypeScript/workspaces/backend.ts
- Build/tsconfig.json 3 additions, 0 deletionsBuild/tsconfig.json
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/reactions/Classes/Controller/ManagementController.php 15 additions, 0 deletions...ext/reactions/Classes/Controller/ManagementController.php
- typo3/sysext/reactions/Configuration/JavaScriptModules.php 11 additions, 0 deletionstypo3/sysext/reactions/Configuration/JavaScriptModules.php
- typo3/sysext/reactions/Resources/Private/Language/locallang_module_reactions.xlf 7 additions, 0 deletions...Resources/Private/Language/locallang_module_reactions.xlf
- typo3/sysext/reactions/Resources/Private/Templates/Management/Overview.html 81 additions, 4 deletions...ions/Resources/Private/Templates/Management/Overview.html
- typo3/sysext/reactions/Resources/Public/JavaScript/management-overview.js 13 additions, 0 deletions...ctions/Resources/Public/JavaScript/management-overview.js
- typo3/sysext/recycler/Resources/Private/Partials/RecordsTable/DeletedRecord.html 1 addition, 1 deletion...esources/Private/Partials/RecordsTable/DeletedRecord.html
- typo3/sysext/workspaces/Resources/Public/JavaScript/backend.js 1 addition, 1 deletion.../sysext/workspaces/Resources/Public/JavaScript/backend.js
Please register or sign in to comment