Skip to content

Commit

Permalink
Fix wrong redirect (#3028)
Browse files Browse the repository at this point in the history
Fix Integration > Settings Incorrect behaviour after Product update with invalid public base URL
  • Loading branch information
lvillen authored and akostadinov committed Aug 5, 2022
1 parent 6dfee76 commit 2c747f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/api/services/settings.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
= semantic_form_for @service, url: admin_service_path(@service) do |form|
= render partial: 'api/services/forms/integration_settings', locals: { form: form, service: @service }
= form.actions do
= form.commit_button 'Update Product', button_html: { name: 'update_settings' }
= form.commit_button 'Update Product', button_html: { name: 'update_settings', value: 'true' }

0 comments on commit 2c747f5

Please sign in to comment.