aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/booking
diff options
context:
space:
mode:
authorSawyer Bergeron <sbergeron@iol.unh.edu>2019-07-03 13:18:25 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-07-03 13:18:25 +0000
commite0b8bb3ee3c218a65562acdc5e76f714aab92926 (patch)
tree39251fbe4626bcc2bdc3118cb13e01c2b49163a4 /src/templates/booking
parent9e22f1782fd81a915d71d47aecc84955f9b996bc (diff)
parentdf2f95d0adb652b132fef7aaccfd9e3c98200c51 (diff)
Merge "Unify Form Submission"
Diffstat (limited to 'src/templates/booking')
-rw-r--r--src/templates/booking/quick_deploy.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/templates/booking/quick_deploy.html b/src/templates/booking/quick_deploy.html
index f1ba491..50ec59a 100644
--- a/src/templates/booking/quick_deploy.html
+++ b/src/templates/booking/quick_deploy.html
@@ -55,10 +55,7 @@
<script type="text/javascript">
function submit_form()
{
- //formats data for form submission
- multi_filter_widget.finish();
- // Submit the form manually since confirm button is type="button" now
- // due to the form submitting before the data was even created by finish()
+ run_form_callbacks();
document.getElementById("quick_booking_form").submit();
}
@@ -148,4 +145,4 @@
}
}
</script>
-{% endblock %} \ No newline at end of file
+{% endblock %}