Skip to content

Commit

Permalink
Merge pull request ManageIQ#2790 from h-kataria/fix_for_submit_button
Browse files Browse the repository at this point in the history
Fixed if condition to check for action instead of action_name
  • Loading branch information
Dan Clarizio authored Nov 21, 2017
2 parents 17aaf4b + c877220 commit e9bf2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2059,7 +2059,7 @@ def replace_right_cell(options = {})
}
end
end
if Settings.product.old_dialog_user_ui || action_name != "svc_catalog_provision"
if Settings.product.old_dialog_user_ui
presenter.show(:form_buttons_div, :buttons_on)
presenter.update(
:form_buttons_div,
Expand Down

0 comments on commit e9bf2e7

Please sign in to comment.