Bug #86144
closedDeleting original attachment of a localized record deletes localized attachment
0%
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.
Updated by Sergio Catalá about 6 years ago
- Subject changed from Deleting original attachment of a localized records deletes localized attachment to Deleting original attachment of a localized record deletes localized attachment
Updated by Jo Hasenau about 4 years ago
- Priority changed from Should have to Won't have this time
Localizations of references must be deleted, if the translation has been done in "connected mode" via the translate button, since the Default languagew got the lead over the whole strucuture including the target languages.
So you should only be able to keep translated references if the translations have been done in "free mode" via the copy button.
If this is possible, I would consider this issue obsolete.
Updated by Christian Kuhn almost 2 years ago
- Status changed from New to Closed
I hope it's ok to close here with the explanation from Jo.