Fix handling of attendees when updating an event

This commit is contained in:
Francis Lachapelle
2016-06-17 15:25:57 -04:00
parent 20001b7e14
commit 8cc0b946e7
8 changed files with 13 additions and 10 deletions
@@ -841,7 +841,7 @@
name: ref.c_cn,
email: ref.$preferredEmail(),
role: 'req-participant',
status: 'needs-action',
partstat: 'needs-action',
uid: ref.c_uid
};
if (!_.find(_this.attendees, function(o) {
@@ -864,7 +864,7 @@
name: card.c_cn,
email: card.$preferredEmail(),
role: 'req-participant',
status: 'needs-action',
partstat: 'needs-action',
uid: card.c_uid
};
if (!_.find(this.attendees, function(o) {