Skip to content

Commit

Permalink
Enable tagging when configured system is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala committed Jan 5, 2017
1 parent d654217 commit c7f2fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/provider_foreman_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@ def configured_system_list(id, model)
def configured_system_node(id, model)
@record = @configured_system_record = find_record(ConfiguredSystem, id)
display_node(id, model)
{:model => model.to_s}
end

def miq_search_node
Expand Down

0 comments on commit c7f2fd2

Please sign in to comment.