Skip to content

Commit

Permalink
Merge pull request #34 from UKGovLD/fix/status-form-submission
Browse files Browse the repository at this point in the history
Ensure status dialog goes via correct routing
  • Loading branch information
der authored Mar 10, 2023
2 parents 425cad0 + d944aef commit 3613276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ldregistry/templates/actions/_set-status-dialog.vm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
}
$.ajax(action,{
type : "POST",
contentType : "application/x-www-form-urlencoded; charset=UTF-8",
success :
function(data, status, xhr){
$("#status-dialog").modal("hide");
Expand Down

0 comments on commit 3613276

Please sign in to comment.