mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
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 whole_day = this.et2.getWidgetById('whole_day').get_value();
|
||||||
var button = _button;
|
var button = _button;
|
||||||
var that = this;
|
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)
|
if (content.start != start_date || content.whole_day.toString() != whole_day)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user