SCI-5789: Fix multiple requests being triggered after saving report to inventory.

This commit is contained in:
Martin Artnik 2021-06-08 08:26:40 +02:00
parent 44b4e13fa8
commit f053083af3

View file

@ -226,7 +226,6 @@
clearDropdownResultsCallback(INVENTORY_PICKER);
}
function initializeSubmitAction() {
$('#content-reports-index').on('click', '#savePDFtoInventorySubmit', function() {
animateSpinner();
$.ajax({
@ -245,7 +244,6 @@
}
});
});
}
/*
* INITIALIZERS
@ -254,7 +252,6 @@
function initializeSavePDFtoInventoryModal() {
$('#content-reports-index').on('shown.bs.modal', '#savePDFtoInventory', function() {
initInventoriesSelectPicker();
initializeSubmitAction();
clearErrors();
// refresh the dropdown state
$('#selectInventory').parent().find('input').trigger('keyup');