Skip to content
Snippets Groups Projects
Commit 77a80078 authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Benni Mack
Browse files

[FEATURE] Introduce multi record selection in filelist

A new component "MultiRecordSelection" is added. It's
used first for the filelist module as well as the file
selector. It simply adds a consistent way of selecting
multiple elements (records) and to perform  actions on
this selection. Therefore, the checkboxes are always
displayed at the beginning of each record row. The
checkbox actions, such as "check all" are available
in the header row of the same column via a dropdown
menu. The actions to perform on the selection, e.g.
"delete" or "import", appear once a record is selected.

For the filelist module, this means those actions are
decoupled from the clipboard, making it easier for
editors to work with multiple records.

This also introduces the "Edit marked" action to the
filelist module, which allows to edit the metadata of
all selected files at once.

Resolves: #94906
Releases: master
Change-Id: Id9e2915203049235fc4b503d33a4f1a77646c133
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/...
parent 06805ac9
Branches
Tags
Showing
with 616 additions and 310 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment