[TASK] Move column selector to EXT:backend
The column selector component is moved to EXT:backend. This allows to use it in further modules without adding cross dependencies to EXT:recordlist. Resolves: #94990 Releases: master Change-Id: I97c6ce868e4accfe8906bffcd9b5c272066d5272 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70750 Tested-by:core-ci <typo3@b13.com> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/ColumnSelectorButton.ts 7 additions, 7 deletions...ckend/Resources/Public/TypeScript/ColumnSelectorButton.ts
- typo3/sysext/backend/Classes/Controller/ColumnSelectorController.php 7 additions, 11 deletions...t/backend/Classes/Controller/ColumnSelectorController.php
- typo3/sysext/backend/Classes/Utility/BackendUtility.php 65 additions, 0 deletionstypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/backend/Configuration/Backend/AjaxRoutes.php 12 additions, 1 deletiontypo3/sysext/backend/Configuration/Backend/AjaxRoutes.php
- typo3/sysext/backend/Configuration/Services.yaml 3 additions, 0 deletionstypo3/sysext/backend/Configuration/Services.yaml
- typo3/sysext/backend/Resources/Private/Language/locallang_column_selector.xlf 26 additions, 0 deletions.../Resources/Private/Language/locallang_column_selector.xlf
- typo3/sysext/backend/Resources/Private/Templates/ColumnSelector.html 3 additions, 3 deletions...t/backend/Resources/Private/Templates/ColumnSelector.html
- typo3/sysext/backend/Resources/Public/JavaScript/ColumnSelectorButton.js 13 additions, 0 deletions...ckend/Resources/Public/JavaScript/ColumnSelectorButton.js
- typo3/sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php 53 additions, 0 deletions.../sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php
- typo3/sysext/filelist/Classes/Controller/FileListController.php 3 additions, 3 deletions...sysext/filelist/Classes/Controller/FileListController.php
- typo3/sysext/filelist/Resources/Private/Templates/File/List.html 5 additions, 5 deletions...ysext/filelist/Resources/Private/Templates/File/List.html
- typo3/sysext/recordlist/Classes/Browser/DatabaseBrowser.php 1 addition, 1 deletiontypo3/sysext/recordlist/Classes/Browser/DatabaseBrowser.php
- typo3/sysext/recordlist/Classes/Controller/RecordListController.php 1 addition, 1 deletion...xt/recordlist/Classes/Controller/RecordListController.php
- typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php 10 additions, 73 deletions...sext/recordlist/Classes/RecordList/DatabaseRecordList.php
- typo3/sysext/recordlist/Configuration/Backend/AjaxRoutes.php 0 additions, 9 deletionstypo3/sysext/recordlist/Configuration/Backend/AjaxRoutes.php
- typo3/sysext/recordlist/Configuration/Services.yaml 0 additions, 3 deletionstypo3/sysext/recordlist/Configuration/Services.yaml
- typo3/sysext/recordlist/Resources/Private/Language/locallang.xlf 0 additions, 18 deletions...ysext/recordlist/Resources/Private/Language/locallang.xlf
- typo3/sysext/recordlist/Resources/Public/JavaScript/ColumnSelectorButton.js 0 additions, 13 deletions...dlist/Resources/Public/JavaScript/ColumnSelectorButton.js
- typo3/sysext/recordlist/Tests/Unit/RecordList/DatabaseRecordListTest.php 0 additions, 102 deletions...cordlist/Tests/Unit/RecordList/DatabaseRecordListTest.php
Please register or sign in to comment