Bug #46539
When using T3D export import the nested CE elements are not anymore in Gridelement containers
Status: | Rejected | Start date: | 2013-03-22 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Duplicate | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.5 | PHP Version: |
Description
When using T3D export/import the nested CE elements are not anymore member of the Gridelement container.
Tested with:
Gridelements version: 1.4
TYPO3 version: 4.5.25 / 4.7.10
Related issues
History
#1 Updated by Jo Hasenau over 2 years ago
- Category set to Duplicate
- Status changed from New to Rejected
- TYPO3 Version changed from 4.7 to 4.5
Actually this is a core bug, since the core is using copy and move actions while importing but is not able to differenciate between importing and real editor actions.
This is why each hook related to these actions gets involved even though this should be avoided during the import.
I provided a patch for that behaviour, which might still not be merged into the current releases of the TYPO3 core though:
#2 Updated by Jo Hasenau over 2 years ago
BTW: Grid Elements are already aware of that behaviour and will work as soon as the patch has been applied.