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
Updated by Christof Hagedorn about 10 years ago
this would be a very useful feature for people who organized their files in folders before
and have to use categories (or set a category for files in an existing folder) at once.
Updated by Matt Bracewell about 10 years ago
Definitely think the status of this ought to be "should have".
I'd tried to use Robert's url hack but can't get it to work form.
Editing the same fields on multiple elements was (for me at least) a killer feature of TYPO3.
I'd love to know the suggested workflow for uploading/editing a website's worth of images using the 6.x filelist.
Updated by Robert Vock almost 10 years ago
Getting the URL to work is a bit tricky... you need to add the moduleToken to the URL, replace the folder name and set the uids of the sys_file_metadata entries, you want to edit. These are the parameters:
returnUrl:/typo3/mod.php?M=file_list moduleToken:TOKEN id:1:FOLDER target:1:FOLDER imagemode:1 edit[sys_file_metadata][ID1,ID2,ID3]:edit
Where FOLDER is a path within fileadmin, TOKEN is a valid moduleToken and ID1-ID3 are uids of sys_file_metadata entries.
Updated by Riccardo De Contardi almost 7 years ago
- Related to Feature #58628: Assign (multiple) categories on bulk upload added
Updated by Henning Bopp almost 6 years ago
Robert Vock wrote:
Getting the URL to work is a bit tricky... you need to add the moduleToken to the URL, replace the folder name and set the uids of the sys_file_metadata entries, you want to edit. These are the parameters
Since I had to edit a massive amount of meta data, I created a Bookmarklet for this purpose. I tested it in 8.7 with Chrome Browser. CMS Backend english and german.
If anbody needs it or needs a hint how to collect the data, here is my approach:
https://gist.github.com/boppy/14a6dfe69b7ca1aa08c7515c6acd0060
PS: This might also work in Firefox, but since it uses ES6 it might/should not be working in IE...
PPS: I fully agree with Matt Bracewell: This should at least be should have.
Updated by taywa gmbh about 5 years ago
Solution from Bopp also works for 9 LTS! Thanks. And I vote also for should have!
Updated by Christian Eßl over 4 years ago
- Related to Epic #90676: Clipboard related bugs and features added
Updated by Marc Hirdes about 4 years ago
Would be a great feature for v11 at least
Updated by Oliver Bartsch about 3 years ago
- File edit-multiple.png edit-multiple.png added
- Status changed from New to Closed
Hi, this has been added with #94906:
I'll therefore close this issue. In case you still miss something, please create a new issue with a reference to this one.