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');
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue