From 708fba0305528552697519b1f4a99183493458a2 Mon Sep 17 00:00:00 2001 From: Hilda Stastna Date: Mon, 26 Aug 2019 10:36:36 +0200 Subject: [PATCH] Fix highlighting Group in accordion Fix highlighting Group in accordion after clicking on it in Tenant's textual summary. --- app/presenters/tree_builder_ops_rbac.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/presenters/tree_builder_ops_rbac.rb b/app/presenters/tree_builder_ops_rbac.rb index ea1ad7488268..3a05c10227ba 100644 --- a/app/presenters/tree_builder_ops_rbac.rb +++ b/app/presenters/tree_builder_ops_rbac.rb @@ -4,7 +4,7 @@ class TreeBuilderOpsRbac < TreeBuilder private def tree_init_options - {:open_all => false, :lazy => true} + {:open_all => false} end def root_options