Actions
Bug #83628
closedEpic #83669: Improve file list / file browser
EXT:filelist Can not rename a file with non LocalDriver storage
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2018-01-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When trying to rename a file with a non LocalDriver storage nothing happened when clicking the "Save and Close" button.
In the browser console you can see that the AJAX call with the route /ajax/file/exists ha a cropped value for the parameter fileTarget.
Problem is the wrong usage of the folder identifier which works currently only with the LocalDriver.
For reproducing you can use the TeamRuhr FAL Driver (Version >= 2.0.4)
https://extensions.typo3.org/extension/teamruhr_fal_driver/
Actions