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
In a multi-language environment the Metadata and Author Plugins won't fetch the right page-record when language fallbacks are in place and the requested page is not translated.
Steps to Reproduce
Create a two site languages, one (EN_gb) falling back on the other (EN_us)
Create a blog post in EN_us language
view the metadata plugin on that page in EN_gb language. Note that all output is empty, as the fallback is not used when resolving the record
Expected behavior:
the metadata plugin should show the record fields of EN_us as the language fallback is configured like that.
Actual behavior:
No content is shown, as the EN_gb language is explicitly resolved and non-existent.
Versions
9.1.2
We have a patch for the overlay in place - which I can prepare as an PR if desired
The text was updated successfully, but these errors were encountered:
Bug Report
Prerequisites
Description
In a multi-language environment the Metadata and Author Plugins won't fetch the right page-record when language fallbacks are in place and the requested page is not translated.
Steps to Reproduce
Expected behavior:
the metadata plugin should show the record fields of EN_us as the language fallback is configured like that.
Actual behavior:
No content is shown, as the EN_gb language is explicitly resolved and non-existent.
Versions
9.1.2
We have a patch for the overlay in place - which I can prepare as an PR if desired
The text was updated successfully, but these errors were encountered: