Closed
Bug 420831
Opened 17 years ago
Closed 13 years ago
On sending updated iTIP message, the subject does not indicate 'updated'
Categories
(Calendar :: E-mail based Scheduling (iTIP/iMIP), enhancement)
Calendar
E-mail based Scheduling (iTIP/iMIP)
Tracking
(Not tracked)
RESOLVED
FIXED
1.4
People
(Reporter: marcel, Assigned: philmsgs)
Details
Attachments
(1 file, 1 obsolete file)
3.64 KB,
patch
|
mmecca
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
Build Identifier: 20080302
On updating an event and sending out invitations, the subject does not indicate this is an updated event.
Reproducible: Always
Steps to Reproduce:
1.Update an event that has has attendees that are invited via email
2.Save and close
Actual Results:
The email that will be send out has the following subject:
"Event Invitation: EVENT TITLE"
Expected Results:
As this is an updated event, the subject should indicate this:
"Updated: EVENT TITLE"
Reporter | ||
Updated•17 years ago
|
Summary: On sending updated iTIP message, the subject does not indicate an 'updated' → On sending updated iTIP message, the subject does not indicate 'updated'
Updated•17 years ago
|
Component: General → Lightning Only
OS: Windows XP → All
QA Contact: general → lightning
Hardware: PC → All
Updated•17 years ago
|
Component: Lightning Only → E-mail based Scheduling (iTIP/iMIP)
QA Contact: lightning → email-scheduling
Updated•17 years ago
|
Severity: minor → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•17 years ago
|
||
It would be nice if this enhancement request was generalized to also include "Accepted: Event Title", "Declined: Event Title", etc.
Currently (as far as I know) it's only possible to determine if another Lightning user has accepted or declined my invitation by (1) clicking the Update button in the iMIP bar, (2) switching to Calendar Mode, (3) finding the event in the view, (4) opening the event dialog, and (5) clicking on the blue link of the attendees and looking at the icon next to the person. In other words, too painful.
The proposed patch change message subject for updated event to:
Updated Event Invitation:<title>
This patch also change subject of the response message when accepting, declining or cancelling an invitation.
Accepted : <title>
Declined : <title>
Tentative: <title>
This patch apply to lightning 1.0b3pre/1.9.2/20110131.
Updated•14 years ago
|
Attachment #509403 -
Flags: review?(philipp)
Updated•14 years ago
|
Assignee: nobody → philippe.martinak
Status: NEW → ASSIGNED
Comment 3•14 years ago
|
||
Comment on attachment 509403 [details] [diff] [review]
[after beta][l10n]Patch v1 with some usuability improvement
This patch contains strings, we are in string freeze so I can't get to this until after the coming release. Thank you for the patch though!
Attachment #509403 -
Attachment description: Patch v1 with some usuability improvement → [after beta][l10n]Patch v1 with some usuability improvement
Attachment #509403 -
Attachment is patch: true
Comment 4•13 years ago
|
||
This patch is an update on the last, but basically does the same. I'd still appreciate a review on my changes.
Attachment #509403 -
Attachment is obsolete: true
Attachment #589195 -
Flags: review?(matthew.mecca)
Attachment #509403 -
Flags: review?(philipp)
Comment 5•13 years ago
|
||
Comment on attachment 589195 [details] [diff] [review]
Fix - v2
Review of attachment 589195 [details] [diff] [review]:
-----------------------------------------------------------------
r=mmecca with one typo fixed
::: calendar/itip/calItipEmailTransport.js
@@ +159,5 @@
> + subjectKey = "itipReplySubjectAccept";
> + bodyKey = "itipReplyBodyAccept";
> + break;
> + case "TENTATIVE":
> + subjectKey = "itipReplySubjectTenative";
should be "itipReplySubjectTentative" (missing a 't')
Attachment #589195 -
Flags: review?(matthew.mecca) → review+
Comment 6•13 years ago
|
||
Pushed to comm-central changeset c557ae46d0dd
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.4
You need to log in
before you can comment on or make changes to this bug.
Description
•