Bug #86144
Updated by Sergio Catalá about 6 years ago
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.