mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-25 06:00:28 +01:00
Bugfix edit auftrag Gruppenueberschrift jquery ui ajax
This commit is contained in:
parent
04a4a54418
commit
c763a5bc0b
@ -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]');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user