mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
Do not ask about modifying series when creating an exception
This commit is contained in:
parent
3be2bbd786
commit
84da22b93d
@ -457,7 +457,7 @@ var et2_calendar_timegrid = et2_valueWidget.extend([et2_IDetachedDOM, et2_IResiz
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Check for modifying a series that started before today
|
// Check for modifying a series that started before today
|
||||||
if (event_widget.options.value.recur_type)
|
if (event_widget.options.value.recur_type && button_id === 'series')
|
||||||
{
|
{
|
||||||
event_widget.series_split_prompt(function(_button_id) {
|
event_widget.series_split_prompt(function(_button_id) {
|
||||||
if (_button_id === et2_dialog.OK_BUTTON)
|
if (_button_id === et2_dialog.OK_BUTTON)
|
||||||
|
Loading…
Reference in New Issue
Block a user