? Success

User tests: Successful: Unsuccessful:

avatar dypsys
dypsys
10 Apr 2014

sort the languages ​​to create from the multilingual installer

avatar dypsys dypsys - open - 10 Apr 2014
avatar infograf768
infograf768 - comment - 11 Apr 2014

Except for the fact that we do not get "0"s anymore, it looks like this is insufficient.
I was hoping we could get by default an order similar to the lang_id #

To at least not give the wrong idea to users if not possible to do that, I suggest changing also the default display in the Content Language Manager to ordering instead of title.
i.e. chnage
// List state information.
parent::populateState('a.title', 'asc');

to
// List state information.
parent::populateState('a.ordering', 'asc');

in line 78 of ROOT/administrator/components/com_languages/models/languages.php

avatar dypsys
dypsys - comment - 13 Apr 2014

Yes it is true, it is better that the default order is the "ordering" and I have changed.

avatar infograf768 infograf768 - close - 14 Apr 2014
avatar infograf768
infograf768 - comment - 14 Apr 2014

Corrected code style and merged to staging. Thanks.

avatar Bakual Bakual - reference | 0a5c5f8 - 12 May 14

Add a Comment

Login with GitHub to post a comment