sitegeist / Sitegeist.LostInTranslation

Automatic Translations for Neos via DeeplApi
GNU General Public License v3.0
9 stars 9 forks source link

BUGFIX: Also sync sort index of node in sync mode #11

Closed gradinarufelix closed 1 year ago

gradinarufelix commented 2 years ago

Currently, the internal sort index property of a node is not synced to the other languages, which can lead to corrupt websites with misplaced nodes.

This fixes it.

Edit Oct 20: now also moving content nodes to other pages was fixed with commit a4dab66.

rolandschuetz commented 2 years ago

With a lot of content, we had workspace publishing timeouts, which left us with an unclean state. Now running the command controller would clean it up. The command controller can also be used if you create a new language and want to run an initial sync. @gradinarufelix Could you add infos to the readme?

gradinarufelix commented 1 year ago

Resolved in #20