Skip to content

Commit

Permalink
Force the showtype to nil when displaying the provider list page 🐍
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Nov 23, 2017
1 parent 86b2d85 commit 32fb5d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/controllers/ems_infra_controller.rb
Expand Up @@ -26,6 +26,11 @@ def new_ems_path
new_ems_infra_path
end

def show_list
@showtype = nil
super
end

def index
redirect_to :action => 'show_list'
end
Expand Down

0 comments on commit 32fb5d7

Please sign in to comment.