mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 10:23:28 +01:00
fixed wired sorting (no sorting) of groups in account selection popup
This commit is contained in:
parent
593af03c73
commit
a2ff799ab8
@ -433,7 +433,9 @@ function addOption(id,label,value,do_onchange)
|
||||
$app_groups = $this->accounts->split_accounts($app,'groups');
|
||||
}
|
||||
$all_groups = $this->accounts->search(array(
|
||||
'type' => 'groups',
|
||||
'type' => 'groups',
|
||||
'order' => 'account_lid',
|
||||
'sort' => 'ASC',
|
||||
));
|
||||
foreach($all_groups as $group)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user