mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 11:09:04 +01:00
Fix incorrect owner/group showing for planner on home
This commit is contained in:
parent
3930dd4c5c
commit
b2d1f0edbe
@ -530,6 +530,7 @@ class calendar_uiviews extends calendar_ui
|
||||
|
||||
$tmpl->setElementAttribute('planner','start_date', egw_time::to($this->first, egw_time::ET2));
|
||||
$tmpl->setElementAttribute('planner','end_date', egw_time::to($this->last, egw_time::ET2));
|
||||
$tmpl->setElementAttribute('planner','owner', $search_params['users']);
|
||||
$tmpl->setElementAttribute('planner','group_by', $this->sortby);
|
||||
// Get the actions
|
||||
$tmpl->setElementAttribute('planner','actions',$this->get_actions());
|
||||
|
Loading…
Reference in New Issue
Block a user