Actions
Bug #53713
closedReference index ignores sys_file_reference deleted flag
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
DataHandler aka TCEmain
Target version:
-
Start date:
2013-11-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
Currently the ReferenceIndex will add relations to sys_file records even if the sys_file_reference record that is the reason for the entry was marked as deleted.
I'm not sure if this intended behavior to prevent the deletion of files that are used by references that might be restored at some point. So maybe this can be kept the way it is.
But on the other hand the sys_refindex
table has a deleted flag. Should this not be set at least?
Actions