Feature #60907
closedEpic #83669: Improve file list / file browser
Mass edit for file list
0%
Description
The list module has a great mass-edit function. If you use a clipboard other than "normal", you get checkboxes in each row and an edit icon in the header-row to edit multiple database records at once. This is a great feature to increase productivity!
The filelist module is missing this functionality. You also get the checkboxes when you use a clipboard, but the header only has copy, delete and check-all actions.
This feature request only needs the edit-button in the header, which generates the correct url. If you manually adjust a URL to a file, you already can use multi-editing.
Just modify the edit parameter in the url:
http://www.example.com/typo3/alt_doc.php?returnUrl=/typo3/mod.php?M=file_list&moduleToken=...&id=1%3A%2Fscreenshots%2F&target=1%253A%252Fscreenshots%252F&imagemode=1&edit[sys_file_metadata]116=edit
=>
edit[sys_file_metadata][116,117,118]=edit
Voila: Multi-Editing for file metadata :)
Files