Bind dynamically localizedlist item's value

Hey @radikris the difference is that state.resultsItem.data.listnolocale is an array of key value pairs, while state.resultsItem.data.localelist is an object. Are you able to change the data model that localelist is based off of to match exactly the listnolocale? Then we could expect them to have the same behavior. Throwing in the fact that you are using a variable from state (state.locale.lcales) to find the value within localelist, this is a bit of an edge case.

I will agree that this could probably be improved, and I can create a ticket for our backlog to investigate, it will most likely not be a top priority ticket.

I wonder if there is a way to utilize the new locale query updates to address these issues, though you might know better than me considering your understanding of how your various models and data is currently structured. Any ideas?