forked from extern/egroupware
Remove unneeded check / resubmit, handled in dialog now.
Fixes recurring events not split if changed.
This commit is contained in:
parent
04760c6510
commit
2b9ef3e4da
@ -639,8 +639,6 @@ class calendar_uiforms extends calendar_ui
|
||||
break;
|
||||
}
|
||||
// splitting of series confirmed or first event clicked (no confirmation necessary)
|
||||
if ($old_event['start'] == $event['actual_date'])
|
||||
{
|
||||
$orig_event = $event;
|
||||
|
||||
// calculate offset against old series start or clicked recurrance,
|
||||
@ -714,12 +712,6 @@ class calendar_uiforms extends calendar_ui
|
||||
$event['alarm'] = array();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$event['button_was'] = $button; // remember for confirm
|
||||
$preserv['duration'] = $content['duration'];
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user