Actions
Feature #58491
openEpic #72584: sysext:impexp
Impexp lacks support of keeping or setting new uids of lost relations
Status:
New
Priority:
Should have
Assignee:
-
Category:
Import/Export (T3D)
Target version:
-
Start date:
2014-05-04
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Assume following scenario:
- have translated records
- export page with all translated content
- do not export the sys_language record, because it got duplicated on import
- all sys_language_uid fields will have a lost relation to the sys_language record
On importing such export all sys_language_uid fields are set to 0
and so all translated records are on default language.
Idea to solve this: on importing there should be a list of records with corresponding uids where from other record fields a lost relation is set to. There you choose to force the old uid (import on the same instance) or to set a alternative one (import on other instance).
Updated by Marc Bastian Heinrichs over 9 years ago
- TYPO3 Version changed from 6.2 to 7
Updated by Marc Bastian Heinrichs over 9 years ago
- Tracker changed from Task to Feature
Updated by Anja Leichsenring almost 9 years ago
- Sprint Focus set to On Location Sprint
Updated by Nicole Cordes over 8 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Markus Klein over 6 years ago
Note. The described issue is easy to solve. Simply select sys_language as "static relation" on export.
Updated by Markus Klein over 6 years ago
- Parent task changed from #57377 to #72584
Actions