Bug 742528 - Read Only Disabled When Calendar Is Cached. r=philipp
This commit is contained in:
Родитель
c8361220e7
Коммит
9c3225839b
|
@ -273,8 +273,6 @@ calDavCalendar.prototype = {
|
|||
} else if (itemId == "calendar-properties") {
|
||||
this.restoreCalendarProperties(itemData);
|
||||
this.setProperty("currentStatus", Components.results.NS_OK);
|
||||
this.readOnly = false;
|
||||
this.disabled = false;
|
||||
if (this.mHaveScheduling || this.hasAutoScheduling || this.hasFreeBusy) {
|
||||
cal.getFreeBusyService().addProvider(this);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче