mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
fixed action _target.id was id of tree and not of action
This commit is contained in:
parent
f4a6c9859a
commit
f0808f09af
@ -345,8 +345,8 @@ var et2_tree = et2_inputWidget.extend(
|
||||
var apply_actions = function(treeObj, option)
|
||||
{
|
||||
// Add a new action object to the object manager
|
||||
var obj = treeObj.addObject(this.id, new dhtmlxtreeItemAOI(this.input, option.id));
|
||||
obj.updateActionLinks(action_links);
|
||||
var obj = treeObj.addObject(option.id, new dhtmlxtreeItemAOI(this.input, option.id));
|
||||
obj.updateActionLinks(action_links);
|
||||
|
||||
if(option.item && option.item.length > 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user