-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inheriting select properties does not bring translated thesauri values #7259
Comments
The above report and ways to reproduce is 100% correct. After research, the bug is NOT on the denormalized data, which is working as expected. The problem is just on the filters for inherited properties. "Root selects" do respect the translation, but this is apparently being done in the Front End, as the backend is sending always the base property name. So I believe this is a frontend issue. cc @konzz |
@txau I assume you closed that accidentally. |
@aphilop I think that was an accidental drag and drop while using GitHub on mobile. It is pretty glitchy. Thanks for spotting that |
Describe the bug
When users inherit a select property from another template, even when relevant thesaurus is fully translated, translated values do not come through.
To Reproduce
Steps to reproduce the behavior:
Create template A with a select property.
Translate thesaurus values attached to the select property in another language.
Create and populate an entity in template A.
Create template B with a relationship property, inheriting the single property of template A created in step 1. Check "use as filter" for better visibility.
Go to the library, create an entity in template B, inheriting select property of the entity created in step 3.
Switch the interface in another language.
Check the inherited values on the side panel and confirm the inherited values are displayed in English in other language interfaces, even after translating the thesauri values.
Expected behavior
When inheriting select properties, corresponding thesauri's translations should be inherited.
cc: @LuGomezV @salvalacruz
The text was updated successfully, but these errors were encountered: