зеркало из https://github.com/mozilla/pjs.git
Bug 408968 It's not possible to convert a WCAP invitation in to a task; r=philipp
This commit is contained in:
Родитель
58a05cc20f
Коммит
e55ffcf951
|
@ -317,7 +317,7 @@ function calWcapCalendar_storeItem(bAddItem, item, oldItem, request, netRespFunc
|
|||
var params = "";
|
||||
|
||||
var calId = this.calId;
|
||||
if (this.isInvitation(item)) { // REPLY
|
||||
if (!bAddItem && this.isInvitation(item)) { // REPLY
|
||||
method = METHOD_REPLY;
|
||||
var att = getAttendeeByCalId(item.getAttendees({}), calId);
|
||||
if (att) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче