Actions
Bug #65021
closedAutocleaning of processed files also removes original file
Status:
Closed
Priority:
Must have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2015-02-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint
Description
If a processed file (record) is removed through the proper API calls it can happen that the original file gets deleted to.
This happens when the processed file identifier is empty (is the case when processing of a image wasn't needed, empty identifier means use original file).
With the introduction of #63976 "[BUFGIX] Remove all existing processed files on file replace" this processed files are removed when a file get replaced on upload. User gets an error in the progress bar and the image is removed from folder.
Actions