Tag data source empty if tags are in a culture #423
Labels
affected/v5
community/up-for-grabs
help wanted
Extra attention is needed
type/bug-report
Something isn't working
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: