The branch "master" has been updated. The following is a summary of the commits.
from: b9297ab79f44010f356948873f06820653665a30 17c0c78 this.attendees is an array, not a hash. 4ac6563 Clear the autocompleter before clearing the attendees cache. Summary: http://github.com/horde/horde/compare/b9297ab79f44010f356948873f06820653665a30...4ac656392e77cbae5206f9da1df9744f1527794c ----------------------------------------------------------------------- commit 17c0c786a81dca6778215d314ac4569833cbf572 Author: Michael J Rubinsky <[email protected]> Date: Wed Aug 17 14:39:57 2016 -0400 this.attendees is an array, not a hash. Also, allow matching on the 'l' property (displayname) of the attendee property hash. Fixes javascript error when opening the event view after already viewing an event that contained a fb row labled with only a human readable name. kronolith/js/kronolith.js | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) http://github.com/horde/horde/commit/17c0c786a81dca6778215d314ac4569833cbf572 ----------------------------------------------------------------------- commit 4ac656392e77cbae5206f9da1df9744f1527794c Author: Michael J Rubinsky <[email protected]> Date: Wed Aug 17 14:41:33 2016 -0400 Clear the autocompleter before clearing the attendees cache. Otherwise, we can't map between displayname/id/username/email etc... kronolith/js/kronolith.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/4ac656392e77cbae5206f9da1df9744f1527794c -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
