Actions
Bug #83627
closedEpic #83669: Improve file list / file browser
EXT:filelist Exception when creating a new text file with a non LocalDriver
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
After creating the text file the URL parameter target for editing the text file is not composed from the right parameters.
This works with the LocalDriver because its identifier is a combination of path and filename. But with other storages which uses an independent identifier this results with an exception.
#1329647780: Object with identifier "3:721a47b2-97ed-4002-82da-f64daeabdb93testfile_1.txt" does not exist in storage
For testing the Teamruhr FAL Driver (Version >= 2.0.2) can be used.
https://extensions.typo3.org/extension/teamruhr_fal_driver/
Actions