mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
DbUserBackend: Use is_active as well as a default sort column
refs #8826
This commit is contained in:
parent
9163fb0f0f
commit
b86a0024c3
@ -46,7 +46,10 @@ class DbUserBackend extends DbRepository 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