Actions
Bug #86144
closedDeleting original attachment of a localized record deletes localized attachment
Status:
Closed
Priority:
Won't have this time
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2018-09-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Using TYPO3 8.7.19.
1) Create a tt_content element A of type "Text + Media" in the default language, attaching a picture to it.
2) Localize the container page to another language.
3) Localize the original tt_content element A through Page module and "Translate" button. Localized element B is created with the same picture attached to it as A (different reference id).
4) Edit tt_content element A and delete the reference to the picture.
Result: reference to picture inside element B is deleted too.
Expected behaviour: reference to picture inside element B should be kept.
Actions