зеркало из https://github.com/mozilla/pjs.git
bug 349354 - Editing recurring event resets any this-recurrence-only changes. patch by michael.buttner@sun.com, r1=ctalbert, r2=mvl
This commit is contained in:
Родитель
f3b8f758ea
Коммит
afd11bd889
|
@ -277,7 +277,8 @@
|
||||||
for each (ed in this.mItemData) {
|
for each (ed in this.mItemData) {
|
||||||
if (aItem.hasSameIds(ed.item))
|
if (aItem.hasSameIds(ed.item))
|
||||||
{
|
{
|
||||||
return;
|
this.deleteItem(aItem);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче