зеркало из https://github.com/mozilla/pjs.git
bug 368490: Fix indenting level so ics import recognizes exceptions of recurring events. r1=lilmatt, r2=mvl
This commit is contained in:
Родитель
7ea2cdece9
Коммит
b14c7532ef
|
@ -128,15 +128,14 @@ function ip_parseString(aICSString) {
|
|||
unexpandedItems.push(item);
|
||||
if (item.recurrenceInfo) {
|
||||
uid2parent[item.id] = item;
|
||||
} else {
|
||||
item.calendar = this;
|
||||
// force no recurrence info:
|
||||
item.recurrenceInfo = null;
|
||||
excItems.push(item);
|
||||
}
|
||||
} else {
|
||||
item.calendar = this;
|
||||
// force no recurrence info:
|
||||
item.recurrenceInfo = null;
|
||||
excItems.push(item);
|
||||
}
|
||||
}
|
||||
|
||||
subComp = calComp.getNextSubcomponent("ANY");
|
||||
}
|
||||
calComp = rootComp.getNextSubcomponent("VCALENDAR");
|
||||
|
|
Загрузка…
Ссылка в новой задаче