Closed
Bug 718387
Opened 14 years ago
Closed 14 years ago
Accepting an invite fails (NS_ERROR_OBJECT_IS_IMMUTABLE)
Categories
(Calendar :: E-mail based Scheduling (iTIP/iMIP), defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.2
People
(Reporter: standard8, Assigned: WSourdeau)
References
Details
Attachments
(1 file)
|
530 bytes,
patch
|
Fallen
:
review+
|
Details | Diff | Splinter Review |
Version 1.2b2
STR:
1) Receive an invite.
2) Click accept.
Actual Results:
Buttons disappear, event gets marked as accepted, no acceptance email is sent, this message appears in the error console a few seconds later:
Error: [Exception... "'Can not modify immutable data container' when calling method: [calIAttendee::setProperty]" nsresult: "0x80460002 (NS_ERROR_OBJECT_IS_IMMUTABLE)" location: "JS frame :: resource://calendar/modules/calItipUtils.jsm :: cal_itip_checkAndSend :: line 602" data: no]
| Reporter | ||
Updated•14 years ago
|
Version: Trunk → Lightning 1.2
Comment 1•14 years ago
|
||
The error is produced in the code block added by Bug 586276: http://hg.mozilla.org/comm-central/annotate/74aaf5c6fa48/calendar/base/modules/calItipUtils.jsm#l602
Wolfgang, could you take a look?
Blocks: 586276
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → WSourdeau
| Assignee | ||
Comment 2•14 years ago
|
||
Attachment #589203 -
Flags: review?
| Assignee | ||
Updated•14 years ago
|
Attachment #589203 -
Flags: review? → review?(philipp)
Comment 3•14 years ago
|
||
Comment on attachment 589203 [details] [diff] [review]
Fix version 1.
r=philipp
Attachment #589203 -
Flags: review?(philipp) → review+
Comment 4•14 years ago
|
||
Pushed to comm-central changeset 3b98674b500b
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.4
Comment 5•14 years ago
|
||
Backported to releases/comm-aurora changeset e8183d8c8b02
Target Milestone: 1.4 → 1.3
Comment 6•14 years ago
|
||
Backported to releases/comm-beta changeset 70a1ba288257
Target Milestone: 1.3 → 1.2
You need to log in
before you can comment on or make changes to this bug.
Description
•