From fe5546f7353d488eee9309bb634a7b0f8c6ee23a Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 14 Nov 2012 10:35:10 -0500 Subject: [PATCH] Updated default configurations. --- config/vufind/HierarchyDefault.ini | 2 +- config/vufind/HierarchyFlat.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/vufind/HierarchyDefault.ini b/config/vufind/HierarchyDefault.ini index d90d3dbb4e1..c154ab0870a 100644 --- a/config/vufind/HierarchyDefault.ini +++ b/config/vufind/HierarchyDefault.ini @@ -11,7 +11,7 @@ solrCacheTime = 43200 ; Sorting requires the hierarchy_sequence field to be populated; defaults to false sorting = true ; Which Tree Renderer to Use - Default is JSTree -;treeRenderer = JSTree +treeRenderer = JSTree ; Control whether or not to display the full hierarchy tree in record mode ; (true = show full hierarchy, false = only show path to current selected node, ; default = true) diff --git a/config/vufind/HierarchyFlat.ini b/config/vufind/HierarchyFlat.ini index 4e19d0159f2..fc516113246 100644 --- a/config/vufind/HierarchyFlat.ini +++ b/config/vufind/HierarchyFlat.ini @@ -15,4 +15,4 @@ show = false ; Control whether or not to display the full hierarchy tree in record mode ; (true = show full hierarchy, false = only show path to current selected node, ; default = true) -fullHierarchyRecordView = true +;fullHierarchyRecordView = true -- GitLab