mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
fixed planner (drag&drop added an extra param to eventWidget, but not the the calls from planner)
This commit is contained in:
parent
21ae4691b0
commit
72d8cb882a
@ -1834,9 +1834,10 @@ class uiviews extends uical
|
||||
$event['start_m'] = ($event['start'] - $day_start) / 60;
|
||||
$event['end_m'] = round(($event['end'] - $day_start) / 60);
|
||||
$event['multiday'] = true;
|
||||
unset($event['whole_day_on_top']);
|
||||
|
||||
$data = $this->eventWidget($event,200,$indent,$this->owner,true,'planner_event');
|
||||
|
||||
$data = $this->eventWidget($event,200,$indent,true,'planner_event');
|
||||
|
||||
$left = $this->_planner_pos($event['start'],$start,$end);
|
||||
$width = $this->_planner_pos($event['end'],$start,$end) - $left;
|
||||
$color = $data['color'] ? $data['color'] : 'gray';
|
||||
|
Loading…
Reference in New Issue
Block a user