Closed
Bug 1738388
Opened 4 years ago
Closed 4 years ago
Invitations accepted via "Party Crashing" workflow cannot have their participation status changed.
Categories
(Calendar :: E-mail based Scheduling (iTIP/iMIP), defect)
Calendar
E-mail based Scheduling (iTIP/iMIP)
Tracking
(thunderbird_esr91+ wontfix, thunderbird94 wontfix, thunderbird95+ wontfix)
RESOLVED
FIXED
96 Branch
People
(Reporter: lasana, Assigned: lasana)
Details
Attachments
(1 file)
STR
- Accept a relevant invitation.
- Open the event on the calendar you saved it to, click Tentative or Declined
Expected
The status should change and the respect email go out.
Actual
Dialog closes, the event is unchanged.
This all comes back to invited attendee where in the summary dialog we use the provider method which does not check for the X-MOZ-INVITED-ATTENDEE property. This could probably cause bugs elsewhere but I'm not aware of any yet.
| Assignee | ||
Comment 1•4 years ago
|
||
A simple solution might be to update everywhere to use the helper method but I'm not sure what impact that may have. For now let's update this one and in the future try to have only one common way to retrieve the invited attendee.
Assignee: nobody → lasana
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Attachment #9248352 -
Attachment description: Bug 1738388 - Allow participation status to be changed for events with X-MOZ-INVITED-ATTENDEE. r=darktrojan → Bug 1738388 - Allow participation status to be changed for events with X-MOZ-INVITED-ATTENDEE. r=mkmelin
| Assignee | ||
Updated•4 years ago
|
status-thunderbird94:
--- → affected
tracking-thunderbird94:
--- → ?
Keywords: checkin-needed-tb
Target Milestone: --- → 96 Branch
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/2922da40b9a5
Allow participation status to be changed for events with X-MOZ-INVITED-ATTENDEE. r=mkmelin
Updated•4 years ago
|
status-thunderbird95:
--- → affected
status-thunderbird_esr91:
--- → affected
tracking-thunderbird94:
? → ---
tracking-thunderbird95:
--- → +
tracking-thunderbird_esr91:
--- → +
| Assignee | ||
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•