mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 15:24:05 +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');
|
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
|
* The value conversion rules to apply on a query
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user