Issue #1682826 by joachim: Fixed permissions are not shown in any useful order.
parent
37fcdec814
commit
5a322ffcd9
|
@ -49,7 +49,7 @@ class views_plugin_access_perm extends views_plugin_access {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
asort($perms);
|
ksort($perms);
|
||||||
|
|
||||||
$form['perm'] = array(
|
$form['perm'] = array(
|
||||||
'#type' => 'select',
|
'#type' => 'select',
|
||||||
|
|
Loading…
Reference in New Issue