Skip to content

Commit

Permalink
Allow reselection of node for Worload tree
Browse files Browse the repository at this point in the history
  • Loading branch information
ZitaNemeckova committed Feb 6, 2017
1 parent 495040e commit 00fa25d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/presenters/tree_builder_vms_instances_filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ def tree_init_options(_tree_name)

def set_locals_for_render
locals = super
locals.merge!(:tree_id => "vms_instances_filter_treebox", :tree_name => "vms_instances_filter_tree")
locals.merge!(:tree_id => "vms_instances_filter_treebox",
:tree_name => "vms_instances_filter_tree",
:allow_reselect => true)
end

def root_options
Expand Down

0 comments on commit 00fa25d

Please sign in to comment.