IniUserGroupBackend: Do not sort by parent when sorting by group_name

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

View File

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