Skip to content

Commit

Permalink
Fix highlighting Group in accordion
Browse files Browse the repository at this point in the history
Fix highlighting Group in accordion after clicking on it in Tenant's textual summary.
  • Loading branch information
Hilda Stastna committed Sep 11, 2019
1 parent 7cac717 commit 7fe755b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/presenters/tree_builder_ops_rbac.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class TreeBuilderOpsRbac < TreeBuilder
private

def tree_init_options
{:open_all => false, :lazy => true}
{:open_all => false}
end

def root_options
Expand Down

0 comments on commit 7fe755b

Please sign in to comment.