Skip to content
Snippets Groups Projects
user avatar
Oliver Bartsch authored
The multi record selection component is responsible
for managing the selection of records as well as
toggling the corresponding actions. It should not
implement any component specific action logic,
but just dispatch a custom event, informing the
component about the requested action.

Therefore, the "edit file metadata" handling is
moved into the corresponding FileList component.

To make life easier for implementing components, the
details, any dispatched action event contains, are now
extended for the action specific configuration.

Furthermore are the ActionConfiguration and
ActionEventDetails interfaces now properly exported.
This allows to increase type safety in the implementing
components.

Resolves: #95040
Releases: master
Change-Id: I1a5da3eacee5ee86ae5cbacbad8f795c41674c80
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70825


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarJochen <rothjochen@gmail.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarJochen <rothjochen@gmail.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
ff3989a7
Name Last commit Last update