[BUGFIX] Fix file upload and directory creation in file browser
While #81763 was in development, some locations of the file operation handling were not adjusted. This patch fixes the left over places. Resolves: #82436 Related: #81763 Releases: master Change-Id: I450458f5ef687969b22a194a2387953330b8d17d Reviewed-on: https://review.typo3.org/54094 Tested-by:Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
Showing
- typo3/sysext/backend/Classes/Controller/File/FileController.php 2 additions, 1 deletion...sysext/backend/Classes/Controller/File/FileController.php
- typo3/sysext/backend/Classes/Controller/File/FileUploadController.php 1 addition, 1 deletion.../backend/Classes/Controller/File/FileUploadController.php
- typo3/sysext/backend/Resources/Private/Templates/File/CreateFolder.html 3 additions, 3 deletions...ackend/Resources/Private/Templates/File/CreateFolder.html
- typo3/sysext/backend/Resources/Private/Templates/File/ReplaceFile.html 4 additions, 4 deletions...backend/Resources/Private/Templates/File/ReplaceFile.html
- typo3/sysext/recordlist/Classes/View/FolderUtilityRenderer.php 8 additions, 8 deletions.../sysext/recordlist/Classes/View/FolderUtilityRenderer.php
Please register or sign in to comment