[TASK] Move rename resource action to ajax
This patch drops the dedicated resource rename view and moves it to a modal view instead. Resolves: #100001 Releases: main Change-Id: I9d0ca07ddb6cdfda72cb9aaf15a6a0d52e543d35 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77849 Reviewed-by:Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
Showing
- Build/Sources/TypeScript/filelist/context-menu-actions.ts 13 additions, 5 deletionsBuild/Sources/TypeScript/filelist/context-menu-actions.ts
- Build/Sources/TypeScript/filelist/file-list-actions.ts 4 additions, 0 deletionsBuild/Sources/TypeScript/filelist/file-list-actions.ts
- Build/Sources/TypeScript/filelist/file-list-rename-handler.ts 120 additions, 0 deletions...d/Sources/TypeScript/filelist/file-list-rename-handler.ts
- Build/phpstan/phpstan-baseline.neon 0 additions, 5 deletionsBuild/phpstan/phpstan-baseline.neon
- typo3/sysext/backend/Classes/Controller/Resource/ResourceController.php 142 additions, 0 deletions...ackend/Classes/Controller/Resource/ResourceController.php
- typo3/sysext/backend/Configuration/Backend/AjaxRoutes.php 7 additions, 0 deletionstypo3/sysext/backend/Configuration/Backend/AjaxRoutes.php
- typo3/sysext/backend/Resources/Private/Language/locallang_resource.xlf 31 additions, 0 deletions...backend/Resources/Private/Language/locallang_resource.xlf
- typo3/sysext/core/Resources/Private/Language/locallang_core.xlf 9 additions, 0 deletions...sysext/core/Resources/Private/Language/locallang_core.xlf
- typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FileProvider.php 0 additions, 3 deletions...lelist/Classes/ContextMenu/ItemProviders/FileProvider.php
- typo3/sysext/filelist/Classes/Controller/File/RenameFileController.php 0 additions, 208 deletions...filelist/Classes/Controller/File/RenameFileController.php
- typo3/sysext/filelist/Classes/Controller/FileListController.php 1 addition, 0 deletions...sysext/filelist/Classes/Controller/FileListController.php
- typo3/sysext/filelist/Classes/Dto/ResourceView.php 9 additions, 1 deletiontypo3/sysext/filelist/Classes/Dto/ResourceView.php
- typo3/sysext/filelist/Classes/FileList.php 3 additions, 18 deletionstypo3/sysext/filelist/Classes/FileList.php
- typo3/sysext/filelist/Configuration/Backend/Routes.php 0 additions, 6 deletionstypo3/sysext/filelist/Configuration/Backend/Routes.php
- typo3/sysext/filelist/Resources/Private/Templates/File/RenameFile.html 0 additions, 40 deletions...filelist/Resources/Private/Templates/File/RenameFile.html
- typo3/sysext/filelist/Resources/Public/JavaScript/context-menu-actions.js 1 addition, 1 deletion...elist/Resources/Public/JavaScript/context-menu-actions.js
- typo3/sysext/filelist/Resources/Public/JavaScript/file-list-actions.js 1 addition, 1 deletion...filelist/Resources/Public/JavaScript/file-list-actions.js
- typo3/sysext/filelist/Resources/Public/JavaScript/file-list-dragdrop.js 13 additions, 0 deletions...ilelist/Resources/Public/JavaScript/file-list-dragdrop.js
- typo3/sysext/filelist/Resources/Public/JavaScript/file-list-rename-handler.js 17 additions, 0 deletions...t/Resources/Public/JavaScript/file-list-rename-handler.js
- typo3/sysext/filelist/Resources/Public/JavaScript/file-list-transfer-handler.js 13 additions, 0 deletions...Resources/Public/JavaScript/file-list-transfer-handler.js
Please register or sign in to comment