Bug #17724
closedlinked records not updated when deleting the original
0%
Description
Hi,
Using Typo3 version 4.1.2, I’ve discovered that when deleting an original translation record, the linked translated record is not being updated. It disappeared from the BE though.
I came across this possible bug developing an extension using a custom table with translation enabled.
Kind regards,
Victor Oomens
(issue imported from #M6598)
Updated by Thorsten Kahler about 17 years ago
Hi Victor,
I'm sorry but I can't understand your explanation exactly.
Did you delete the translation and then the original vanished? Or did you delete the original and then you missed the translation?
Thorsten
Updated by Victor Oomens about 17 years ago
I've deleted the original, and the translation disappeared also. When I looked in the database, the original record was marked deleted, but the translation record wasn't. So the latter kept on showing up.
Updated by Victor Oomens about 17 years ago
There's also another bug with linked records. When using manual ordering, the position of the translation record isn't updated when the orginal is moved.