| Summary | Incorrect end date if "All-day event" is deactivated |
| Queue | Kronolith |
| Queue Version | 4.2.5 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | Horde Developers (at) , mrubinsk (at) horde (dot) org |
| Requester | krada (at) gmx (dot) net |
| Created | 05/07/2015 (3837 days ago) |
| Due | |
| Updated | 10/20/2017 (2940 days ago) |
| Assigned | 01/22/2016 (3577 days ago) |
| Resolved | 04/19/2016 (3489 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
commit d014b5a71f3981b34d0dd3cc4b0cbfa416b42a7b
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Tue, 19 Apr 2016 11:41:28 -0400
Bug: 13979Don't increment the end date when toggling all day event.M js/kronolith.js
https://github.com/horde/kronolith/commit/d014b5a71f3981b34d0dd3cc4b0cbfa416b42a7b
Assigned to Michael Rubinsky
Taken from Jan Schneider
State ⇒ Resolved
commit 0e623622ed1baa561490c3e4f8bf62e8f949f019
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Tue Apr 19 11:39:38 2016 -0400
Bug: 13979Don't increment the end date when toggling all day event.kronolith/js/kronolith.js | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/0e623622ed1baa561490c3e4f8bf62e8f949f019
commit 8d5c2a16aa75eac1038daf35d39233046f4dd8c8
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Tue Apr 19 11:39:38 2016 -0400
Bug: 13979Don't increment the end date when toggling all day event.kronolith/js/kronolith.js | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/8d5c2a16aa75eac1038daf35d39233046f4dd8c8
Assigned to
Assigned to Jan Schneider
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Incorrect end date if "All-day event" is deactivated
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
the check mark "All-day event" is removed.
Real-life scenario:
I add an event as "all-day event" because I do not know the event
details yet. Once I receive more information about the event, I edit
the event in Kronolith, deactivate "all-day event", and enter the
start and end time. Because Kronolith changed the stop date to the
following day, I end up with an event spanning two days, even if it is
supposed to last only one hour, for example.
Expected behavior: Changing the value of "all-day event" should not
alter the date.