Feature #58491
Story #57377: Additional improvements for impexp
Impexp lacks support of keeping or setting new uids of lost relations
Status: | New | Start date: | 2014-05-04 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Import/Export (T3D) | Spent time: | - | |
Target version: | - | |||
PHP Version: | Sprint Focus: | |||
Complexity: |
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).
History
#1 Updated by Marc Bastian Heinrichs about 1 month ago
- TYPO3 Version changed from 6.2 to 7
#2 Updated by Marc Bastian Heinrichs about 1 month ago
- Tracker changed from Task to Feature