Bug #90547
closedno multi-selection clipboard when searching files
0%
Description
when you search for files you can push single files to the clipboard, but then you leave the search.
As we have the multi-selection mode for files, where you could mark multiple files and push them to the clipboard I would expect this feature also in the search results.
Scenario:
a folder with ~200 files
20 images
20 word docuemnts
160 pdf
(random names)
task:
select all images and move them to a separate folder
select all word documents and move them to another folder
current work:
As 200 files are shown in multiple pages, you need to select all images from current page, move them to the clipboard (which switches to the first page), paginate to the next page (each time one scroll and click more) until last page then move all files from clipboard to new folder.
Repeat for all word documents.
desired behaviour:
search for 'jpg', mark all results with one click, move them to the clipboard, insert in desired folder
search for 'doc', mark all results with one click, move them to the clipboard, insert in desired folder
why not do it in a shell?
TYPO3 will loose references as it generates new sys_file entries
Updated by Susanne Moog over 4 years ago
- Status changed from New to Closed
This has been implemented as feature in v10.3 - see #79310 and https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/10.3/Feature-79310-AddOptionsAndClipboardToFilelistSearch.html