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
|
$attributes
|
||||||
);
|
);
|
||||||
|
|
||||||
asort($list);
|
|
||||||
foreach ($list as $k => $v) {
|
foreach ($list as $k => $v) {
|
||||||
$active = '';
|
$active = '';
|
||||||
if ($k === $selected) {
|
if ($k === $selected) {
|
||||||
|
|
Loading…
Reference in New Issue