mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
LdapUserBackend: Use is_active as well as a default sort column
refs #8826
This commit is contained in:
parent
b86a0024c3
commit
842b043f7f
@ -49,7 +49,10 @@ class LdapUserBackend extends Repository implements UserBackendInterface
|
|||||||
*/
|
*/
|
||||||
protected $sortRules = array(
|
protected $sortRules = array(
|
||||||
'user_name' => array(
|
'user_name' => array(
|
||||||
'order' => 'asc'
|
'columns' => array(
|
||||||
|
'user_name asc',
|
||||||
|
'is_active desc'
|
||||||
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user