Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
tweak(CoreData): expand node on click
Browse files Browse the repository at this point in the history
Change-Id: I8eaee1b53f9d725e18b6840bdf63b6b6404cb529
Reviewed-on: http://gerrit.tine20.com/customers/12041
Tested-by: Jenkins CI (http://ci.tine20.com/) <tine20-jenkins@metaways.de>
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
  • Loading branch information
corneliusweiss authored and pschuele committed Mar 4, 2019
1 parent 4adadb1 commit ef46461
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tine20/CoreData/js/TreePanel.js
Expand Up @@ -93,7 +93,8 @@ Ext.extend(Tine.CoreData.TreePanel, Ext.tree.TreePanel, {
path: path + '/' + coreData.application_id.id,
id: coreData.application_id.id,
text: coreDataApp.i18n._(coreData.application_id.name),
attributes: coreData.application_id
attributes: coreData.application_id,
singleClickExpand: true
});
}

Expand Down

0 comments on commit ef46461

Please sign in to comment.