From c763a5bc0b3dd9dc71d01bf9e503fe282c4b7194 Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Sun, 12 May 2024 10:14:00 +0200 Subject: [PATCH] Bugfix edit auftrag Gruppenueberschrift jquery ui ajax --- www/pages/content/auftrag_position_extra.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/pages/content/auftrag_position_extra.tpl b/www/pages/content/auftrag_position_extra.tpl index 212ed415..24c53b24 100644 --- a/www/pages/content/auftrag_position_extra.tpl +++ b/www/pages/content/auftrag_position_extra.tpl @@ -214,7 +214,7 @@ method: 'POST', processData: false, contentType: false, - success: function() { + complete: function() { window.location.href = ('index.php?module=[DOCTYP]&action=positionen&fmodul=[FMODUL]&id=[ID]'); } }); @@ -238,7 +238,7 @@ dataType: 'json', beforeSend: function () { }, - success: function (data) { + complete: function (data) { window.location.href = ('index.php?module=[DOCTYP]&action=positionen&fmodul=[FMODUL]&id=[ID]'); } });