Summary | Adding a contact list as attendees fails |
Queue | Kronolith |
Queue Version | 4.2.9 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) , mrubinsk (at) horde (dot) org |
Requester | lukas.weiss (at) raiffeisen (dot) it |
Created | 08/25/2015 (3611 days ago) |
Due | |
Updated | 09/03/2015 (3602 days ago) |
Assigned | 08/25/2015 (3611 days ago) |
Resolved | 09/02/2015 (3603 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
changes. everything is working fine.
8d4b5affab357b732bffb737e00b0aff30b27751 (Add a 'beforeUpdate'
callback), but it did not work.
I think the changes have to be made for the ResourceAutoCompleter too:
- I added the 'beforeUpdate' in the foreach in
Kronolith_Ajax_Imple_ResourceAutoCompleter
- I added 'beforeUpdate' => 'function(a) { return
KronolithCore.normalizeAttendee(a); }' to kronolith/index.php when
creating Kronolith_Ajax_Imple_ResourceAutoCompleter
Assigned to Michael Rubinsky
State ⇒ Resolved
commit 46abfbb5690295c5fd161fe1a082854e0f75e359
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Sep 2 14:02:17 2015 -0400
Bug: 14093- Deal with email groups in the attendee list.kronolith/index.php | 5 +++--
kronolith/js/kronolith.js | 10 ++++++++++
kronolith/lib/Ajax/Imple/ContactAutoCompleter.php | 2 +-
3 files changed, 14 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/46abfbb5690295c5fd161fe1a082854e0f75e359
commit f5436e54700aac9762e9574b62c84220170eaef4
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Sep 2 14:02:17 2015 -0400
Bug: 14093- Deal with email groups in the attendee list.kronolith/index.php | 5 +++--
kronolith/js/kronolith.js | 10 ++++++++++
kronolith/lib/Ajax/Imple/ContactAutoCompleter.php | 2 +-
3 files changed, 14 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/f5436e54700aac9762e9574b62c84220170eaef4
State ⇒ Assigned
Assigned to
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Adding a contact list as attendees fails
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
valid email address found".
But when saving the event, the contacts from the list are added correctly.