[BUGFIX] Streamline clipboard handling
Elements, transferred to the clipboard are no longer selected after reloading the module. Since introducing multi record selection, the checkboxes are no longer bound to clipboard functionality, which makes selecting elements, just because they were added to a clipboard, pointless. This did anyway never work for elements in the "normal" clipboard. Furthermore did selecting elements always display the corresponding multi record selection actions. Since those actions overlayed the module specific actions, e.g. the link to single table view in the recordlist module, it was no longer possible to execute the module specific actions, as soon as one record had been transferred to clipboard. The old clipboard behaviour allowed to remove items from clipboard by unchecking them and submitting this deselection. With the multi record selection component, this is no longer possible. At least not all elements can be remove, since the actions are only shown if at least one element is selected. To fix this, a new action "Remove from clipboard" is added to the actions bar, allowing to remove a dedicated selection of elements from clipboard. This is anyways more understandable for an editor. Finally the "paste" action is removed from the multi record selection actions as it has nothing to do with the current selection. Resolves: #95225 Related: #95146 Releases: master Change-Id: Ibbdadba1c89ac81f9f440fee5d34600663ad6974 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71091 Tested-by:core-ci <typo3@b13.com> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- Build/Sources/TypeScript/filelist/Resources/Public/TypeScript/FileList.ts 7 additions, 4 deletions...peScript/filelist/Resources/Public/TypeScript/FileList.ts
- Build/Sources/TypeScript/recordlist/Resources/Public/TypeScript/Recordlist.ts 5 additions, 38 deletions...ript/recordlist/Resources/Public/TypeScript/Recordlist.ts
- typo3/sysext/core/Resources/Private/Language/locallang_core.xlf 3 additions, 0 deletions...sysext/core/Resources/Private/Language/locallang_core.xlf
- typo3/sysext/core/Tests/Acceptance/Application/FileList/FileClipboardCest.php 1 addition, 1 deletion...sts/Acceptance/Application/FileList/FileClipboardCest.php
- typo3/sysext/filelist/Classes/Controller/FileListController.php 6 additions, 5 deletions...sysext/filelist/Classes/Controller/FileListController.php
- typo3/sysext/filelist/Classes/FileList.php 1 addition, 13 deletionstypo3/sysext/filelist/Classes/FileList.php
- typo3/sysext/filelist/Resources/Private/Language/locallang_mod_file_list.xlf 1 addition, 1 deletion...st/Resources/Private/Language/locallang_mod_file_list.xlf
- typo3/sysext/filelist/Resources/Private/Templates/File/List.html 12 additions, 5 deletions...ysext/filelist/Resources/Private/Templates/File/List.html
- typo3/sysext/filelist/Resources/Public/JavaScript/FileList.js 1 addition, 1 deletion...3/sysext/filelist/Resources/Public/JavaScript/FileList.js
- typo3/sysext/recordlist/Classes/Controller/RecordListController.php 5 additions, 5 deletions...xt/recordlist/Classes/Controller/RecordListController.php
- typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php 18 additions, 27 deletions...sext/recordlist/Classes/RecordList/DatabaseRecordList.php
- typo3/sysext/recordlist/Resources/Public/JavaScript/Recordlist.js 1 addition, 1 deletion...sext/recordlist/Resources/Public/JavaScript/Recordlist.js
Please register or sign in to comment