Details
-
Improvement
-
Resolution: Won't Fix
-
Neutral
-
None
-
3.2.3
-
any
-
-
Empty show more show less
-
Content Mngmt 10
-
2
Description
Steps to reproduce
- create site A:
- default lang & fallback lang = fr,
- i18n langs = en, fr
- create site B:
- default lang & fallbacklang = es,
- i18n langs = en, es
- masterlocale = fr
- try to fetch the fallback locale:
- info.magnolia.livecopy.i18n.LiveCopyI18nContentSupport#getFallbackLocale (Version 3.2.3)
- the fallback locale returns fr instead of es, also for pages w/o fr content.
Expected results
The fallback locale shoud only be the master locale, if those exists. if it's not, the default locale (aka fallback locale) should be returned.
Actual results
once the master locale is set, the fallback locale is ignored.
Workaround
n/a
Development notes
- Test at info.magnolia.livecopy.i18n.LiveCopyI18nContentSupport#getFallbackLocale if masterlocale is part of current site.
- if yes: return masterlocale
- if not: return fallback locale
this has impact on the edit mode
Checklists
Acceptance criteria
Attachments
Issue Links
- relates to
-
LIVECOPY-266 Impact defaultLocale on Authoring support
-
- Closed
-