Bug 35068: (follow-up) Always disable buttons after action

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Kelly <kelly@bywatersolutions.com>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Lucas Gass 2023-10-18 20:04:49 +00:00 committed by Tomas Cohen Arazi
parent 33b8a9dbed
commit a0f1e3029d
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -154,7 +154,7 @@ $(document).ready(function() {
if ( refresh_table ) {
RefreshIssuesTable();
}
$('#RenewChecked, #CheckinChecked').prop('disabled' , true );
// Prevent form submit
return false;
});
@ -249,7 +249,7 @@ $(document).ready(function() {
if ( refresh_table ) {
RefreshIssuesTable();
}
$('#RenewChecked, #CheckinChecked').prop('disabled' , true );
// Prevent form submit
return false;
});
@ -304,7 +304,6 @@ $(document).ready(function() {
$('#issues-table-loading-message').hide();
$('#issues-table').show();
$('#issues-table-actions').show();
var msg_loading = __('Loading... you may continue scanning.');
issuesTable = KohaTable("issues-table", {
"oLanguage": {