Project

General

Profile

Actions

Feature #71107

open

Determine stale localization data in reports module

Added by Mathias Schreiber over 8 years ago. Updated 9 months ago.

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
;


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #71131: FormInlineAjaxController must not handle dangling childrenClosedSebastian Fischer2015-10-29

Actions
Actions #1

Updated by Susanne Moog over 6 years ago

  • Category set to Localization
Actions #2

Updated by Benni Mack 9 months ago

  • Sprint Focus set to On Location Sprint
Actions

Also available in: Atom PDF