Summary | Resources and Recurring Events |
Queue | Kronolith |
Queue Version | 4.2.5 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | mrubinsk (at) horde (dot) org |
Requester | tim.odriscoll (at) lambrookschool (dot) co (dot) uk |
Created | 03/24/2015 (3766 days ago) |
Due | |
Updated | 03/27/2015 (3763 days ago) |
Assigned | 03/24/2015 (3766 days ago) |
Resolved | 03/27/2015 (3763 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
commit d94bb72a1558a45064405ea9cb7889ce8080fc13
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Mar 27 13:08:20 2015 -0400
Bug: 13921Fix updating recurring events when changing resources.kronolith/lib/Ajax/Application/Handler.php | 3 +-
kronolith/lib/Event.php | 145
+++++++++++++++++++---------
2 files changed, 100 insertions(+), 48 deletions(-)
http://github.com/horde/horde/commit/d94bb72a1558a45064405ea9cb7889ce8080fc13
commit 10237a37fb797785e4a44d416e0e4552bea26dad
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Mar 27 13:08:20 2015 -0400
Bug: 13921Fix updating recurring events when changing resources.kronolith/lib/Ajax/Application/Handler.php | 3 +-
kronolith/lib/Event.php | 145
+++++++++++++++++++---------
2 files changed, 100 insertions(+), 48 deletions(-)
http://github.com/horde/horde/commit/10237a37fb797785e4a44d416e0e4552bea26dad
Assigned to Michael Rubinsky
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Resources and Recurring Events
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
If you create a recurring event and assign a resource to it, then
modify a single event in the recurring series by changing the
allocated resource, all events in the series lose the resource
connection, but the resources own calendar still shows it.
For example:
Create a recurring event, ('everyday', at 12pm-1pm, using resource
'Conference Room').
On one day, change the resource for that day to 'Auditorium'.
Now, all past and future events have no resource allocated to them,
but the resources' own calendar shows all events in the recurring set
have the new resource ('Auditorium').
Many thanks,
Tim