Summary | Modified event sends cancel notifiction if ateende "user name <user.name@domain>>" |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | albert.solana (at) upcnet (dot) es |
Created | 05/20/2016 (3336 days ago) |
Due | |
Updated | 05/20/2016 (3336 days ago) |
Assigned | 05/20/2016 (3336 days ago) |
Resolved | 05/20/2016 (3336 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 6527ae0495b493b4650bbe6071e230421550b187
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri May 20 13:54:18 2016 -0400
Bug: 14366Fix setting attendees when loading an event in certain cases.kronolith/js/kronolith.js | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
http://github.com/horde/horde/commit/6527ae0495b493b4650bbe6071e230421550b187
State ⇒ Assigned
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Modified event sends cancel notifiction if ateende "user name <user.name@domain>>"
Type ⇒ Bug
State ⇒ Unconfirmed
Problem detected in Kronolith 4.3.0-git
We've configured automatic searches in Address Books to facilitate
adding attendee email addresses in calendar events.
Some searches returns email contacts using "user name
<user.name@domain>" format.
If the organizer modifies an event and sends the notification to all
attendees then:
- All attendees added with just "user.name@domain" address format
receives a Modify notification, no problems with these.
- All attendees added with "user name <user.name@domain>" email format
are receiving a Cancel notification, it seems a bug.
If the event is opened to modify the "user name" part is only
displayed for those attendees added with "user name
<user.name@domain>" email format inside Attendees event tab. In stable
horde version always appears "user name <user.name@domain>" full
format added.
All attendee email addresses in "user.name@domain" format appears in
freetime table, it's ok.