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
While working on #4, some very weird behaviour was observed with AbstractContentTranslation.get_translation_state, showing all translations as MISSING when one UP TO DATE and the rest OUTDATED were expected. Something weird is going on here, please investigate and write thorough tests for this and all used functions (I think page.get_translation() might contain the culprit, though that feels very weird)
The text was updated successfully, but these errors were encountered:
Describe the Bug
While working on #4, some very weird behaviour was observed with
AbstractContentTranslation.get_translation_state
, showing all translations as MISSING when one UP TO DATE and the rest OUTDATED were expected. Something weird is going on here, please investigate and write thorough tests for this and all used functions (I thinkpage.get_translation()
might contain the culprit, though that feels very weird)The text was updated successfully, but these errors were encountered: