You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the translationStrategy is set to 'sync' and then I goto a page, change language and then select "Create and copy" then content is not translated. It only works in 'once' mode.
Following condition in NodeTranslationService->afterAdoptNode() is blocking the 'sync' mode
if ($translationStrategy !== self::TRANSLATION_STRATEGY_ONCE) { return; }
The text was updated successfully, but these errors were encountered:
When the translationStrategy is set to 'sync' and then I goto a page, change language and then select "Create and copy" then content is not translated. It only works in 'once' mode.
Following condition in NodeTranslationService->afterAdoptNode() is blocking the 'sync' mode
if ($translationStrategy !== self::TRANSLATION_STRATEGY_ONCE) { return; }
The text was updated successfully, but these errors were encountered: