Bugfix edit auftrag Gruppenueberschrift jquery ui ajax

This commit is contained in:
OpenXE 2024-05-12 10:14:00 +02:00
parent 04a4a54418
commit c763a5bc0b

View File

@ -214,7 +214,7 @@
method: 'POST', method: 'POST',
processData: false, processData: false,
contentType: false, contentType: false,
success: function() { complete: function() {
window.location.href = ('index.php?module=[DOCTYP]&action=positionen&fmodul=[FMODUL]&id=[ID]'); window.location.href = ('index.php?module=[DOCTYP]&action=positionen&fmodul=[FMODUL]&id=[ID]');
} }
}); });
@ -238,7 +238,7 @@
dataType: 'json', dataType: 'json',
beforeSend: function () { beforeSend: function () {
}, },
success: function (data) { complete: function (data) {
window.location.href = ('index.php?module=[DOCTYP]&action=positionen&fmodul=[FMODUL]&id=[ID]'); window.location.href = ('index.php?module=[DOCTYP]&action=positionen&fmodul=[FMODUL]&id=[ID]');
} }
}); });