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;
|
break;
|
||||||
}
|
}
|
||||||
// splitting of series confirmed or first event clicked (no confirmation necessary)
|
// splitting of series confirmed or first event clicked (no confirmation necessary)
|
||||||
if ($old_event['start'] == $event['actual_date'])
|
|
||||||
{
|
|
||||||
$orig_event = $event;
|
$orig_event = $event;
|
||||||
|
|
||||||
// calculate offset against old series start or clicked recurrance,
|
// calculate offset against old series start or clicked recurrance,
|
||||||
@ -714,12 +712,6 @@ class calendar_uiforms extends calendar_ui
|
|||||||
$event['alarm'] = array();
|
$event['alarm'] = array();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
$event['button_was'] = $button; // remember for confirm
|
|
||||||
$preserv['duration'] = $content['duration'];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user