[TASK] Outsource common multi record actions
The common multi record selection actions "edit multiple" and "delete multiple" are now available as separate modules. This allows to use them without duplicating corresponding code over and over. Additionally is the already available base class extended for a common function to fetch the entity identifiers of the selected records. Resolves: #100227 Releases: main Change-Id: Ib336e0f5a459a158da594e234207f4407a735422 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78181 Tested-by:Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech>
Showing
- Build/Sources/TypeScript/backend/multi-record-selection-action.ts 18 additions, 0 deletions...urces/TypeScript/backend/multi-record-selection-action.ts
- Build/Sources/TypeScript/backend/multi-record-selection-delete-action.ts 100 additions, 0 deletions...ypeScript/backend/multi-record-selection-delete-action.ts
- Build/Sources/TypeScript/backend/multi-record-selection-edit-action.ts 56 additions, 0 deletions.../TypeScript/backend/multi-record-selection-edit-action.ts
- Build/tsconfig.json 0 additions, 3 deletionsBuild/tsconfig.json
- typo3/sysext/backend/Resources/Public/JavaScript/multi-record-selection-action.js 1 addition, 1 deletion...ources/Public/JavaScript/multi-record-selection-action.js
- typo3/sysext/backend/Resources/Public/JavaScript/multi-record-selection-delete-action.js 13 additions, 0 deletions...Public/JavaScript/multi-record-selection-delete-action.js
- typo3/sysext/backend/Resources/Public/JavaScript/multi-record-selection-edit-action.js 13 additions, 0 deletions...s/Public/JavaScript/multi-record-selection-edit-action.js
- typo3/sysext/reactions/Classes/Controller/ManagementController.php 2 additions, 0 deletions...ext/reactions/Classes/Controller/ManagementController.php
- typo3/sysext/reactions/Configuration/JavaScriptModules.php 0 additions, 11 deletionstypo3/sysext/reactions/Configuration/JavaScriptModules.php
- typo3/sysext/reactions/Resources/Private/Templates/Management/Overview.html 2 additions, 1 deletion...ions/Resources/Private/Templates/Management/Overview.html
Please register or sign in to comment