6.0.0-beta1
7/15/25

[#13561] Failed adding multiple resources in dynamic view
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

History
09/17/2014 05:31:35 PM heinz (at) htl-steyr (dot) ac (dot) at Comment #5 Reply to this comment
works fine
thanks
09/17/2014 05:27:32 PM Michael Rubinsky Comment #4
State ⇒ Resolved
Reply to this comment
Kronolith 4.2.3
09/17/2014 05:23:31 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit d64ca77d70571caab1c9199f2854f8f8ed8d8a4d
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Wed Sep 17 13:20:27 2014 -0400

     Bug: 13561

  kronolith/lib/Ajax/Application/Handler.php |    8 ++------
  1 files changed, 2 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/d64ca77d70571caab1c9199f2854f8f8ed8d8a4d
09/17/2014 05:22:16 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

commit 899a086797e2eb1d36c5bdbede1dee3ce1ef001d
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Wed Sep 17 13:20:27 2014 -0400

     Bug: 13561

  kronolith/lib/Ajax/Application/Handler.php |    8 ++------
  1 files changed, 2 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/899a086797e2eb1d36c5bdbede1dee3ce1ef001d
09/13/2014 10:39:31 PM Michael Rubinsky State ⇒ Assigned
Assigned to Michael Rubinsky
 
09/13/2014 02:52:09 PM heinz (at) htl-steyr (dot) ac (dot) at Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Failed adding multiple resources in dynamic view
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
If adding more than one resource checkResources() of
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


Saved Queries