mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
open single node on select pf a single node as well, as we do with multiple nodes
This commit is contained in:
parent
cb91c4bb8c
commit
6a0305b849
@ -254,6 +254,7 @@ var et2_tree = et2_inputWidget.extend({
|
||||
else
|
||||
{
|
||||
this.input.selectItem(this.value, false); // false = do not trigger onSelect
|
||||
this.input.openItem(this.value);
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user