Actions
Feature #71107
openDetermine stale localization data in reports module
Status:
New
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2015-10-28
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
On Location Sprint
Description
in order to find stale data we should supply an entry in the reports module.
Here is a dummy SQL statement to illustrate how it should work.
SELECT
child.uid,
child.l10n_parent,
parent.uid
FROM sys_file_reference child
LEFT JOIN sys_file_reference parent ON parent.uid = child.l10n_parent AND parent.deleted = 0
WHERE child.l10n_parent > 0
;
Actions