Actions
Bug #73210
closedIf column 'identifier' is empty in 'sys_file_processedfile' images are not reprocessed.
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2016-02-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hello,
If the column 'identifier' is empty in the table 'sys_file_processedfile' the fluid MediaViewHelper returns the URI to the original Image.
This is because the FileProcessingService is only reprocessing Files if they are updated or need reprocessing.
The function to check if the files need to be reprocessed isnt checking if the column 'identifier' is empty so that those files will be reprocessed.
Greetings,
J. Neugber
Actions