[FEATURE] Add column selector to filelist
This adds the column selector component, introduced in #94218, to the filelist module. As known from recordlist, it can be used to manage the fields to be displayed for each file / folder. Fields to be selected are the combination of special fields (e.g. read/write permissions), sys_file fields and sys_file_metadata fields. Resolves: #84184 Releases: master Change-Id: Ie1369e616f35dc4a92e90409eba202aa4afe15f3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/56073 Tested-by:core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Feature-84184-ShowColumnsSelectionInFilelist.rst 38 additions, 0 deletions...g/master/Feature-84184-ShowColumnsSelectionInFilelist.rst
- typo3/sysext/core/Resources/Private/Language/locallang_core.xlf 2 additions, 2 deletions...sysext/core/Resources/Private/Language/locallang_core.xlf
- typo3/sysext/filelist/Classes/Controller/FileListController.php 17 additions, 0 deletions...sysext/filelist/Classes/Controller/FileListController.php
- typo3/sysext/filelist/Classes/FileList.php 117 additions, 36 deletionstypo3/sysext/filelist/Classes/FileList.php
- typo3/sysext/filelist/Resources/Private/Language/locallang_mod_file_list.xlf 3 additions, 9 deletions...st/Resources/Private/Language/locallang_mod_file_list.xlf
- typo3/sysext/filelist/Resources/Private/Templates/File/List.html 31 additions, 7 deletions...ysext/filelist/Resources/Private/Templates/File/List.html
- typo3/sysext/recordlist/Classes/Controller/ColumnSelectorController.php 68 additions, 13 deletions...ecordlist/Classes/Controller/ColumnSelectorController.php
Please register or sign in to comment