invitation cannot be accepted
Bug #1238459 reported by
Dmitry Karasik
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Exchange Data Provider for Lightning |
New
|
Undecided
|
Unassigned |
Bug Description
I'm receiving a mail with invitation but lightning doesn't show buttons where I can accept it. Instead this exception is shown:
[JavaScript Error: "[Exception... "'[JavaScript Error: "foundAttendee is null" {file: "resource:
To post a comment you must log in.
Apparently, changing line calItipUtils. jsm:1209 from
--- if (foundAttendee. participationSt atus == "NEEDS-ACTION") {
to
+++ if (foundAttendee && foundAttendee. participationSt atus == "NEEDS-ACTION") {
resolves my problem, but that's not necessaily a correct solution