Summary | Free/Busy info not updated when change date using calendar icon |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | almarin (at) um (dot) es |
Created | 09/12/2013 (4304 days ago) |
Due | |
Updated | 02/10/2014 (4153 days ago) |
Assigned | |
Resolved | 01/08/2014 (4186 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit e79d36340fe4ff4835031e8bc6f97162f496f693
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Jan 8 13:36:59 2014 -0500
Fix updating of f/b information when date changes.
Fixes updating freebusy information when changing date via either
the textbox or date picker on new events before saving (both were broken),
as well as via the date picker when editing existing events.
Bug: 12676kronolith/js/kronolith.js | 47
++++++++++++++++++++++-----------------------
1 files changed, 23 insertions(+), 24 deletions(-)
http://git.horde.org/horde-git/-/commit/e79d36340fe4ff4835031e8bc6f97162f496f693
State ⇒ Resolved
commit 3426076086f2bb0bd245a8c1503de46db82978df
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Jan 8 13:36:59 2014 -0500
Fix updating of f/b information when date changes.
Fixes updating freebusy information when changing date via either
the textbox or date picker on new events before saving (both were broken),
as well as via the date picker when editing existing events.
Bug: 12676kronolith/js/kronolith.js | 47
++++++++++++++++++++++-----------------------
1 files changed, 23 insertions(+), 24 deletions(-)
http://git.horde.org/horde-git/-/commit/3426076086f2bb0bd245a8c1503de46db82978df
Typing in a new date does adjust/update the FB information, choosing a
new date/time from the picker by mouse does nothing with FB information.
I don't mean a cache problem, it is rather a problem of javascript.
For some reason, when you change the start date using the
mini-calendar, it does not trigger the change event on the input, but
if you edit the input field directly then it fires the change event
and freebusy info is properly refreshed.
APC-driver, the freebusy-url was up to date.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Free/Busy info not updated when change date using calendar icon
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
When you are editing an event and you have some attendees, the
free/busy info is not updated when you change the start date using the
calendar icon. If you change the date directly using the input field,
it works and the free/busy info is updated, but not using the calendar
icon.