Summary | Failed adding multiple resources in dynamic view |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | mrubinsk (at) horde (dot) org |
Requester | heinz (at) htl-steyr (dot) ac (dot) at |
Created | 09/13/2014 (3958 days ago) |
Due | |
Updated | 09/17/2014 (3954 days ago) |
Assigned | 09/13/2014 (3958 days ago) |
Resolved | 09/17/2014 (3954 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
thanks
State ⇒ Resolved
commit d64ca77d70571caab1c9199f2854f8f8ed8d8a4d
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Sep 17 13:20:27 2014 -0400
Bug: 13561kronolith/lib/Ajax/Application/Handler.php | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/d64ca77d70571caab1c9199f2854f8f8ed8d8a4d
commit 899a086797e2eb1d36c5bdbede1dee3ce1ef001d
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Sep 17 13:20:27 2014 -0400
Bug: 13561kronolith/lib/Ajax/Application/Handler.php | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/899a086797e2eb1d36c5bdbede1dee3ce1ef001d
Assigned to Michael Rubinsky
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Failed adding multiple resources in dynamic view
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
lib/Ajax/Application/Handler.php is called.
$this->vars->r gives a commaseperated string of resource ids like "1,2"
and so Kronolith::getDriver('Resource')->getResource($id) fails with
an id in form of "1,2"
problem appears only in dynamic view