DbUserGroupBackend: Do not sort by parent when sorting by group_name

refs #8826
This commit is contained in:
Johannes Meyer 2015-05-21 13:51:15 +02:00
parent ed166d6eb7
commit 6369643145
1 changed files with 0 additions and 14 deletions

View File

@ -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
*/