mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
IniUserGroupBackend: Do not sort by parent when sorting by group_name
refs #8826
This commit is contained in:
parent
6369643145
commit
9278d708d7
@ -35,20 +35,6 @@ class IniUserGroupBackend extends IniRepository implements UserGroupBackendInter
|
||||
*/
|
||||
protected $filterColumns = array('group', 'parent');
|
||||
|
||||
/**
|
||||
* The default sort rules to be applied on a query
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $sortRules = array(
|
||||
'group_name' => array(
|
||||
'columns' => array(
|
||||
'group_name',
|
||||
'parent_name'
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
/**
|
||||
* The value conversion rules to apply on a query
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user