Index: main/plugin-web/resources/js/org/ametys/web/helper/ExplorerTree.i18n.js
===================================================================
--- main/plugin-web/resources/js/org/ametys/web/helper/ExplorerTree.i18n.js (revision 19967)
+++ main/plugin-web/resources/js/org/ametys/web/helper/ExplorerTree.i18n.js (working copy)
@@ -391,7 +391,7 @@
}
}
- var path = '/resources' + resources[j].getAttribute("path");
+ var path = ' + resources[j].getAttribute("path");
this.expandPath (path, 'name', this._filterBy.createDelegate(this, []));
}
}
Index: main/plugin-web/resources/js/org/ametys/web/helper/ResourcesExplorerTree.i18n.js
===================================================================
--- main/plugin-web/resources/js/org/ametys/web/helper/ResourcesExplorerTree.i18n.js (revision 19967)
+++ main/plugin-web/resources/js/org/ametys/web/helper/ResourcesExplorerTree.i18n.js (working copy)
@@ -42,7 +42,7 @@
this._rootIds = [];
- var dummyRootNode = new Ext.tree.TreeNode({id: 'dummy', text: "dummy"});
+ var dummyRootNode = new Ext.tree.TreeNode({id: 'dummy', text: "dummy", name: ''});
dummyRootNode.reload = function()
{
this.eachChild(function (node) {
The directories are not opened anymore