Summary | Kronolith_Resource_Single#addEvent() unused? |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 12/01/2011 (4964 days ago) |
Due | |
Updated | 12/04/2011 (4961 days ago) |
Assigned | |
Resolved | 12/04/2011 (4961 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Refactor a bit of resource calendar handling.
Bring resource calendar handling more in line with modern kronolith code,
and make it easier to implement in dynamic view.
Fixes
Bug: 1082710 files changed, 126 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/703771f49c694527759070ae4edb54c45a9be2dd
resource is the only calendar in the drop down list.
is the only calendar in the drop down list.
is the event that is called when an event is added to the resource's
calendar after it has accepted the event.
being forced viewed, the add links contained the calendar ids, so the
new event form would know the calendar id to use. That no longer
appears to be the case, so even with "regular" internal calendars, the
new event form defaults to the first calendar in the select list...and
since resource calendars are never in this list, it is impossible to
create an event on a resource's calendar. The calendar id must be
passed to the new event form when a calendar is being force viewed.
the event that is called when an event is added to the resource's
calendar after it has accepted the event.
That being said, explicitly adding an event fails for me too. The
event is added to *my* calendar. I'll have a look, but I know this did
work at one point.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Kronolith_Resource_Single#addEvent() unused?
Queue ⇒ Kronolith
Assigned to Michael Rubinsky
Milestone ⇒
Patch ⇒ No
State ⇒ Assigned
$this->getDriver(), but there is no such method, so maybe this code
isn't reached at all?
Not sure if this is in any way related, but I cannot explicitly add
new events to resource calendars either. I don't get an error message,
I just return to the calendar view with the event not added.