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 a user creates a new item (with multiple locales configured) and sets a value for a relational field (a field linking to another item), that relational value is not correctly fetching the appropriate localized data when the user switches to a different locale/language version.
See below test video
chrome_96P7U4mAN0.mp4
Steps to reproduce
Steps to reproduce the behavior:
Ensure you have at least two locales configured (eg. en-US, en-PH)
Create a new item with a relational field (eg. One-to-One field), and set the relational field value then save.
Examine the language/locale of the relational field when switch to the other locale (eg. en-PH)
Observe that the One-to-One field (eg. switch to Ph version) is incorrectly set to the original item's locale value (en-US).
Expected behavior
When an item with relational field is created having multiple locales, and when switch to other language version the relational field's value should pick up the correct localized value