FilterEditor: don't sort all select's
Columns are now sorted separately, so that's fine
This commit is contained in:
parent
2eb2fa51da
commit
1c5cba9ddf
|
@ -122,7 +122,6 @@ class FilterEditor extends AbstractWidget
|
|||
$attributes
|
||||
);
|
||||
|
||||
asort($list);
|
||||
foreach ($list as $k => $v) {
|
||||
$active = '';
|
||||
if ($k === $selected) {
|
||||
|
|
Loading…
Reference in New Issue