Closed
Bug 380376
Opened 18 years ago
Closed 18 years ago
CalDAV provider source code has a reference to non-existent "calendarToReturn" property
Categories
(Calendar :: Provider: CalDAV, defect)
Calendar
Provider: CalDAV
Tracking
(Not tracked)
RESOLVED
FIXED
0.7
People
(Reporter: damiano.albani, Assigned: browning)
Details
Attachments
(1 file)
1.27 KB,
patch
|
cmtalbert
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1)
Build Identifier:
See <http://mxr.mozilla.org/mozilla/source/calendar/providers/caldav/calDavCalendar.js#562>
562 aListener.onOperationComplete (this.calendarToReturn,
563 Components.results.NS_ERROR_FAILURE,
564 aListener.MODIFY,
565 aNewItem.id,
566 "generation mismatch in modifyItem");
Yet the JS component doesn't have any "calendarToReturn" property -- unlike ICS provider.
Don't know what errors this could trigger though...
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Assignee | ||
Comment 1•18 years ago
|
||
We may actually need a calendarToReturn prop at some point, but we don't have it now, so this reference to it has got to go.
Assignee: nobody → browning
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Attachment #264560 -
Flags: review?(ctalbert)
Comment on attachment 264560 [details] [diff] [review]
return proper calendar
r=ctalbert
Attachment #264560 -
Flags: review?(ctalbert) → review+
Assignee | ||
Updated•18 years ago
|
Keywords: checkin-needed
Comment 3•18 years ago
|
||
checkin-needed for attachment 264560 [details] [diff] [review] (TRUNK and MOZILLA_1_8_BRANCH)
Comment 4•18 years ago
|
||
Checked in on HEAD and MOZILLA_1_8_BRANCH.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Target Milestone: --- → 0.7
Updated•18 years ago
|
Keywords: checkin-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•