Actions
Task #55906
closedEpic #55070: Workpackages
Epic #54542: WP: Importer / Exporter with relations MM/IRRE/FAL
Story #55520: As an User I want to create exports in v. 6.2 and import them in v. 6.2
Impext: Don't clear relation field data for sys_file_reference uid_local
Status:
Closed
Priority:
Should have
Assignee:
Category:
Import/Export (T3D)
Target version:
Start date:
2014-02-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The importer does the following:
step 1. import the records with cleared field values of relation fields
step 2. update the records with the right relation ids
in step 2 saving of the tt_content image field checks the sys_file_reference record created in step 1 (FileExtensionFilter). To make this work correct, the
uid_local has to be not empty AND has to relate to the right (imported) sys_file record!
Actions