DeuxHuitHuit / multilingual_field

Multilingual Textbox field for Symphony CMS
http://symphonyextensions.com/extensions/multilingual_field/
Other
12 stars 13 forks source link

Backend sorting is broken in 2.6 #71

Open nitriques opened 9 years ago

nitriques commented 9 years ago

If the value is empty for the current language (but has a value in the main one), it does not uses the other main value as the sorting field.

I do not think it's fixable (since sorting in down on the database) two things could be tried:

  1. resort the php array after the SQL sort
  2. Display a visual cue to the user letting her/him know that it's the "main lang" value.