From 784f9104d20112dda92f0e25629301c4b4e81cda Mon Sep 17 00:00:00 2001 From: Xenomporio <> Date: Fri, 27 May 2022 12:06:12 +0200 Subject: [PATCH] Bugfix aufgaben --- www/pages/content/aufgaben_popup.tpl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/www/pages/content/aufgaben_popup.tpl b/www/pages/content/aufgaben_popup.tpl index 2282fd9f..fd31aa7e 100644 --- a/www/pages/content/aufgaben_popup.tpl +++ b/www/pages/content/aufgaben_popup.tpl @@ -529,10 +529,13 @@ function AufgabenEdit(id, projekt) { if (!isNaN(data.id) || data.id > 0) { $('#editAufgaben').find('#editlabelrow').show(); - $('#editlabelcontainer').labels({ + +/* not resolved */ +/* $('#editlabelcontainer').labels({ referenceTable: 'aufgabe', referenceId: data.id - }); + }); */ + } // Wiedervorlage anlegen > Labels ausblenden if (isNaN(data.id) || data.id === 0) {