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
Which Umbraco version are you using? For example: 13.2.1 - don't just write v13
13.5.2
Bug summary
When using the default tag data source, it only finds cultureless tags. I have a site, where the tag fields are varying by culture. These tags doesn't show up, unless their specific culture is added as a parameter in GetAllTags, eg. tagQuery?.GetAllTags(tagGroup, "da-DK")
I don't know if there is a way to get the current editing culture and pass that into the list. That would probably help.
Steps to reproduce
Create a node with a tag field, set that field to vary by culture.
Add a data list with the tag source, and notice how tags added in the varied field doesn't show up.
Expected result / actual result
Expected tags to show up.
Do you have Umbraco ModelsBuilder enabled?
Yes, it is enabled.
What browsers are you seeing the problem on?
Chrome
The text was updated successfully, but these errors were encountered:
I fear that this may be unfixable for Data List (on Umbraco 13), as the data-sources aren't able to access the active variant/culture. I've come across this issue previously, some notes here: #396 (comment).
Which Contentment version are you using?
5.0.2
Which Umbraco version are you using? For example: 13.2.1 - don't just write v13
13.5.2
Bug summary
When using the default tag data source, it only finds cultureless tags. I have a site, where the tag fields are varying by culture. These tags doesn't show up, unless their specific culture is added as a parameter in GetAllTags, eg.
tagQuery?.GetAllTags(tagGroup, "da-DK")
I don't know if there is a way to get the current editing culture and pass that into the list. That would probably help.
Steps to reproduce
Create a node with a tag field, set that field to vary by culture.
Add a data list with the tag source, and notice how tags added in the varied field doesn't show up.
Expected result / actual result
Expected tags to show up.
Do you have Umbraco ModelsBuilder enabled?
What browsers are you seeing the problem on?
Chrome
The text was updated successfully, but these errors were encountered: