Heyo!
I have a site in three langauges Russian, Romanaian, and English. I am using Joomla standard translation / Langauge Overrides for the site. Generally Cobalt works great with this but I have one problem. When using fields to filter a list view Cobalt does not seem to be filtering by the underlying langauge variable. Here is how I would like things to work.
Override (in their seperate files of couse)
EN
FOO_BAR="foobar"
RU
FOO_BAR="фуубар"
RO
FOO_BAR="foobăr"
When I have three items in my list (all with the field item FOO_BAR) and I'm viewing the site in Russian I should see фуубар in the list view. This works. The problem is that when I click it no other records show up even if they all contain this key (boolean, checkbox group, whatever the problem is the same).
Is there a fix to this problem?
Heyo!
I have a site in three langauges Russian, Romanaian, and English. I am using Joomla standard translation / Langauge Overrides for the site. Generally Cobalt works great with this but I have one problem. When using fields to filter a list view Cobalt does not seem to be filtering by the underlying langauge variable. Here is how I would like things to work.
Override (in their seperate files of couse) EN FOO_BAR="foobar" RU FOO_BAR="фуубар" RO FOO_BAR="foobăr"
When I have three items in my list (all with the field item FOO_BAR) and I'm viewing the site in Russian I should see фуубар in the list view. This works. The problem is that when I click it no other records show up even if they all contain this key (boolean, checkbox group, whatever the problem is the same).
Is there a fix to this problem?