From ddf281f394b8281ba73623c0c29fae69a42b2762 Mon Sep 17 00:00:00 2001 From: Jean-Marie PLACE Date: Wed, 3 Aug 2022 09:09:17 +0200 Subject: [PATCH] =?UTF-8?q?update=20partition=20editor=20suite=20=C3=A0=20?= =?UTF-8?q?update=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/scolar/partition_editor.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/scolar/partition_editor.html b/app/templates/scolar/partition_editor.html index 3104ac56..2f67f979 100644 --- a/app/templates/scolar/partition_editor.html +++ b/app/templates/scolar/partition_editor.html @@ -96,9 +96,9 @@ let output = ""; arrayGroups.forEach((groupe) => { /***************/ - outputMasques += `
||${groupe.name}✏️
`; + outputMasques += `
||${groupe.group_name}✏️
`; // patch JMP (renommage du champ name dans l API) /***************/ - output += templateGroupe_zoneGroupes(groupe.id, groupe.name); + output += templateGroupe_zoneGroupes(groupe.id, groupe.group_name); // patch JMP (renommage du champ name dans l API) }) return output; })()} @@ -134,7 +134,7 @@ }) arrayGroups.forEach((groupe) => { output += ` - `; + `; if (etudiant.partitions[partition.id] == groupe.id) { affected = true;