Summary | Exceptions aren't moved to new calendar if base event is moved |
Queue | Kronolith |
Queue Version | FRAMEWORK_5_2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | olaf (at) boppenhaeger (dot) de |
Created | 08/26/2014 (3966 days ago) |
Due | |
Updated | 08/30/2014 (3962 days ago) |
Assigned | 08/26/2014 (3966 days ago) |
Resolved | 08/30/2014 (3962 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 40b8c277843be0b76ed2121bb33faa3591412291
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Aug 29 23:37:33 2014 -0400
Fix removing exception event from UI.
Properly refreshes view when moving a recurring event with exceptions from
one calendar to another. Related to
Bug: 13524Conflicts:
kronolith/lib/Event.php
kronolith/js/kronolith.js | 12 ++++++++
kronolith/lib/Ajax/Application/Handler.php | 12 ++++++++
kronolith/lib/Event.php | 40
++++++++++++++++++++++++++++
3 files changed, 64 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/40b8c277843be0b76ed2121bb33faa3591412291
commit 0b4e8c2e3a1bb8d34dafb4c35581bd442fd4e7ad
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Aug 29 21:10:47 2014 -0400
Bug #13524Also move the event's bound exceptions.kronolith/lib/Driver.php | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/0b4e8c2e3a1bb8d34dafb4c35581bd442fd4e7ad
commit f8c3d2da1fd98f07fb9007d7e1ab5cfb89e92dcb
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Aug 29 23:37:33 2014 -0400
Fix removing exception event from UI.
Properly refreshes view when moving a recurring event with exceptions from
one calendar to another. Related to
Bug: 13524kronolith/js/kronolith.js | 12 ++++++++++++
kronolith/lib/Ajax/Application/Handler.php | 12 ++++++++++++
kronolith/lib/Event.php | 10 +++++++++-
3 files changed, 33 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/f8c3d2da1fd98f07fb9007d7e1ab5cfb89e92dcb
commit 75bec9b7b530a80f2e4c9e81e83ea206992ef6cf
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Aug 29 21:10:47 2014 -0400
Bug #13524Also move the event's bound exceptions.kronolith/lib/Driver.php | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/75bec9b7b530a80f2e4c9e81e83ea206992ef6cf
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Assigned to Michael Rubinsky
Summary ⇒ Exceptions aren't moved to new calendar if base event is moved
Type ⇒ Bug
State ⇒ Assigned
Queue ⇒ Kronolith
When moving a recurring event to an other of my calendars, the
exeptions of this event aren't moved to the new calendar.
They still exists on the original calendar.