Actions
Bug #36795
closedChanging the "title" of a file breaks some functionality
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2012-05-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If the "title" of a file is changed through the Filelist module, then some functionalities get broken.
For example, t3lib_file_FileInterface::getForLocalProcessing(TRUE) creates a temporary file with a name ending with "." and no extension. ImageMagick does not like it.
In the TCA, this field is named "name"...
Actions