mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
DbUserGroupBackend: Do not sort by parent when sorting by group_name
refs #8826
This commit is contained in:
parent
ed166d6eb7
commit
6369643145
@ -56,20 +56,6 @@ class DbUserGroupBackend extends DbRepository implements UserGroupBackendInterfa
|
|||||||
*/
|
*/
|
||||||
protected $filterColumns = array('group', 'parent', 'user');
|
protected $filterColumns = array('group', 'parent', 'user');
|
||||||
|
|
||||||
/**
|
|
||||||
* The default sort rules to be applied on a query
|
|
||||||
*
|
|
||||||
* @var array
|
|
||||||
*/
|
|
||||||
protected $sortRules = array(
|
|
||||||
'group_name' => array(
|
|
||||||
'columns' => array(
|
|
||||||
'group_name',
|
|
||||||
'parent_name'
|
|
||||||
)
|
|
||||||
)
|
|
||||||
);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initialize this database user group backend
|
* Initialize this database user group backend
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user