modifEditPartition #833

Closed
lehmann wants to merge 4 commits from lehmann/ScoDoc-Front:modifEditPartition into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 21207b2dad - Show all commits

View File

@ -251,7 +251,7 @@
div.classList.add("dt-button");
div.dataset.idgroupe = groupe.id;
div.dataset.idedt = groupe.edt_id || "";
let title_EDT = groupe.edt_id || "";
let title_EDT = `Identifiant EDT: ${groupe.edt_id || groupe.group_name}`;
div.innerHTML = `
<span class="editing move">||</span>
<span>${groupe.group_name}</span>