"MDL-13766, add path to node"
This commit is contained in:
@@ -1680,6 +1680,7 @@ _client.buildtree = function(node, level){
|
||||
tmpNode.filename = node.title;
|
||||
tmpNode.value = node.source;
|
||||
tmpNode.icon = node.thumbnail;
|
||||
tmpNode.path = node.path;
|
||||
if(node.children){
|
||||
tmpNode.isLeaf = false;
|
||||
if (node.path) {
|
||||
|
||||
Reference in New Issue
Block a user