Actions
Bug #40397
closedWhen localizing a content element, relations to images are lost
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2012-08-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I'm using TYPO3 6.0 alpha 3.
When I localize content elements with "Copy content elements from default language", the localized version of the CE loses all relations to the FAL images.
Might be an IRRE problem. I didn't find any reports about this yet.
Updated by Andreas Wolf about 12 years ago
- Category set to File Abstraction Layer (FAL)
- Status changed from New to Accepted
Updated by Thomas Löffler about 12 years ago
It seems to be a problem with the DataHandler and the method localize().
In TCA there is the "old" field "mergeIfNotBlank" which copied the comma separated image strings into the new element.
WIth FAL there is a need of handling the new references.
Updated by Steffen Ritter about 12 years ago
- Status changed from Accepted to Under Review
Updated by Helmut Hummel about 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset ac8ea1edc4af3fb1f1279e27aa8a950bd9a1a3cc.
Actions