Skip to content

Commit

Permalink
Merge pull request #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
(cherry picked from commit e9bf2e7)

https://bugzilla.redhat.com/show_bug.cgi?id=1517882
  • Loading branch information
Dan Clarizio authored and simaishi committed Nov 27, 2017
1 parent 9a514d2 commit 4d3d27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/catalog_controller.rb
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 4d3d27c

Please sign in to comment.