When I used the two patches at the same time, I merged them because the number of lines conflicted, See https://www.drupal.org/project/drupal/issues/3092558 π Revisions log on translated nodes should not show original language revisions, should show revisions of translated content RTBC #19. (Conflict: this page #17 and https://www.drupal.org/project/drupal/issues/3092558 π Revisions log on translated nodes should not show original language revisions, should show revisions of translated content RTBC #17)
- Status changed to Needs work
almost 2 years ago 3:39pm 18 February 2023 What is the root cause of this issue, Why is update_default_revision not set to true, causing the translated version to not be deleted?
- last update
about 1 year ago Patch Failed to Apply - π―π΄Jordan n.ghunaim Amman - Jordan
Patch # 17 working well, but I'm facing another error when trying to remove any translation node in Drupal version 10.2.2:
Drupal\Core\Entity\EntityStorageException: The entity object refers to a removed translation (ar) and cannot be manipulated. in Drupal\Core\Entity\Sql\SqlContentEntityStorage->save() (line 817 of core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php).
Anyone has faced this before? I have applied a workaround that fixes the issue currently, so if anyone can help will be thankful.
- π·πΊRussia kala4ek π·πΊ Novosibirsk
The same as patch from #17, but now with bulk delete support.