concretecms / concrete5-legacy

Legacy repository for concrete5
http://www.concrete5.org
559 stars 323 forks source link

Select attribute sorting #1953

Closed Remo closed 6 months ago

Remo commented 7 years ago

Here we sort in a different way: https://github.com/concrete5/concrete5-legacy/blob/master/web/concrete/core/models/attribute/types/select.php#L381-L383

Than here: https://github.com/concrete5/concrete5-legacy/blob/master/web/concrete/core/models/attribute/types/select.php#L448-L454

I also wonder if we shouldn't use something like this:

$comparer = new \Punic\Comparer(\Localization::activeLocale());
$compare->compare($a, $b);