Skip to content
Snippets Groups Projects
Commit 7b2cc14c authored by Dorian Merz's avatar Dorian Merz
Browse files

refs #14067

* opens full hierarchy tree by default
parent 3d43a93b
No related merge requests found
...@@ -189,7 +189,7 @@ $(document).ready(function hierarchyTreeReady() { ...@@ -189,7 +189,7 @@ $(document).ready(function hierarchyTreeReady() {
$("#hierarchyLoading").addClass('hide'); $("#hierarchyLoading").addClass('hide');
var tree = $("#hierarchyTree").jstree(true); var tree = $("#hierarchyTree").jstree(true);
tree.select_node(htmlID); tree.select_node(htmlID);
tree._open_to(htmlID); tree.open_all();
if (!inLightbox && hierarchyContext === "Collection") { if (!inLightbox && hierarchyContext === "Collection") {
getRecord(recordID); getRecord(recordID);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment