Allow to sort contact groups by alias name
This commit is contained in:
parent
55df4831d7
commit
8ef6cc79cc
|
@ -33,7 +33,10 @@ class Contactgroup extends DataView
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
'contactgroup_name' => array(
|
'contactgroup_name' => array(
|
||||||
'order' => self::SORT_DESC
|
'order' => self::SORT_ASC
|
||||||
|
),
|
||||||
|
'contactgroup_alias' => array(
|
||||||
|
'order' => self::SORT_ASC
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue