forked from extern/egroupware
Complement fix for commit r46319, cover copied entries, or genrally entried with no id cases
This commit is contained in:
parent
f3512f46fd
commit
227280d03c
@ -939,7 +939,8 @@ app.classes.calendar = AppJS.extend(
|
||||
var whole_day = this.et2.getWidgetById('whole_day').get_value();
|
||||
var button = _button;
|
||||
var that = this;
|
||||
if (typeof content != 'undefined' && typeof content.recur_type != 'undefined' && content.recur_type != null)
|
||||
if (typeof content != 'undefined' && typeof content.recur_type != 'undefined'
|
||||
&& content.recur_type != null && content.id != null)
|
||||
{
|
||||
if (content.start != start_date || content.whole_day.toString() != whole_day)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user