Skip to content
Snippets Groups Projects
Commit af27fd6f authored by juanf's avatar juanf
Browse files

SSDM-3733 : Exports form, changed selection mode to avoid misleading behaviour.

SVN: 36735
parent 44a4ee7f
No related branches found
No related tags found
No related merge requests found
...@@ -146,7 +146,7 @@ function ExportTreeView(exportTreeController, exportTreeModel) { ...@@ -146,7 +146,7 @@ function ExportTreeView(exportTreeController, exportTreeModel) {
exportTreeModel.tree = $tree.fancytree({ exportTreeModel.tree = $tree.fancytree({
extensions: ["dnd", "edit", "glyph"], //, "wide" extensions: ["dnd", "edit", "glyph"], //, "wide"
checkbox: true, checkbox: true,
selectMode: 3, // 1:single, 2:multi, 3:multi-hier selectMode: 2, // 1:single, 2:multi, 3:multi-hier
glyph: glyph_opts, glyph: glyph_opts,
source: treeModel, source: treeModel,
lazyLoad : onLazyLoad lazyLoad : onLazyLoad
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment