Actions
Bug #50580
closedFile references break on page copy
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
DataHandler aka TCEmain
Target version:
-
Start date:
2013-07-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
hard
Is Regression:
No
Sprint Focus:
Description
When a page containing file-referencing content like the "image" standard CE is copied, the copied file references point either nowhere or (even worse) to the original CE.
v6.1.1-6.1.3
Best,
Bernhard
Updated by Philipp Gampe over 11 years ago
- Status changed from New to Accepted
- Complexity set to hard
If I save the content element, then at least the image reference seems to be fixed it.
Updated by Bernhard Schmitt over 11 years ago
I've performed some tests on arbitrary records with file relations.
The news is: Anything that is related to files will leave the copied file reference at the original record, if you copy the containing page/folder instead of copying the record itself.
I think this can temporarily be fixed using the processDatamap_afterAllOperations hook and maybe the solution can be merged into the DataHandler itself.
I'll keep you informed.
Updated by Mathias Schreiber almost 10 years ago
- Status changed from Accepted to Closed
- Is Regression set to No
works on master
Actions