Bug 434371 Error on deleting item from Zimbra server, r=philipp
git-svn-id: svn://10.0.0.236/trunk@251703 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -606,7 +606,7 @@ calDavCalendar.prototype = {
|
||||
|
||||
// 204 = HTTP "No content"
|
||||
//
|
||||
if (status == 204) {
|
||||
if (status == 204 || status == 200) {
|
||||
thisCalendar.mMemoryCalendar.deleteItem(aItem, aListener);
|
||||
delete thisCalendar.mHrefIndex[eventUri.path];
|
||||
delete thisCalendar.mItemInfoCache[aItem.id];
|
||||
|
||||
Reference in New Issue
Block a user