Update opolka/ScoDoc from ScoDoc/ScoDoc #2

Merged
opolka merged 1272 commits from ScoDoc/ScoDoc:master into master 2024-05-27 09:11:04 +02:00
Showing only changes of commit e11101b53b - Show all commits

View File

@ -810,16 +810,15 @@
}
//Save
let url = ""; // A MODIFIER et décommenter ci-dessous
// Dispo en variables idGroupe et id_EDT
/*fetch(url, { method: "POST" })
let url = `/ScoDoc/{{formsemestre.departement.acronym}}/api/group/${idGroupe}/set_edt_id/${id_EDT}`;
fetch(url, { method: "POST" })
.then(r => { return r.json() })
.then(r => {
if (r.OK != true) {
document.querySelector("main").innerHTML = "<h2>Une erreur s'est produite lors de la sauvegarde des données (5).</h2>";
}
});*/
});
closeConfirm();
}