forked from extern/egroupware
Do not group users and resources. Fixes restrictions on sorting calendars
This commit is contained in:
parent
cf87169a3d
commit
7ece59dd28
@ -880,8 +880,9 @@ class calendar_uiviews extends calendar_ui
|
||||
{
|
||||
$content = '';
|
||||
$headerCounter = 0;
|
||||
foreach($this->_get_planner_users(false) as $uid => $label)
|
||||
foreach(explode(',',$this->owner) as $uid)
|
||||
{
|
||||
$label = $this->bo->participant_name($uid);
|
||||
$content .= '<div data-sortable-id="'.$uid.'">';
|
||||
$search_params['users'] = $uid;
|
||||
$content .= '<b>'.$label."</b>\n";
|
||||
|
Loading…
Reference in New Issue
Block a user