Release Candidate : 1.0.0 #150

Merged
djalim merged 103 commits from release/1.0.0 into main 2026-05-01 17:32:02 +00:00
Showing only changes of commit 77e0b966a5 - Show all commits
@@ -230,13 +230,14 @@ export default function ImportMaquette() {
details.push({ details.push({
type: "change", type: "change",
message: `ECUE ${mod.code} "${mod.name}" cree`, message: `ECUE ${mod.code} "${mod.name}" cree`,
}); });
} else if (modRes.status !== 409) { } else if (modRes.status !== 409) {
errCount++; errCount++;
details.push({ details.push({
type: "error", type: "error",
message: `ECUE "${mod.code}" : creation echouee`, message: `ECUE "${mod.code}" : creation echouee`,
}); continue; });
continue;
} }
const linkRes = await fetch("/admin/api/ue-modules", { const linkRes = await fetch("/admin/api/ue-modules", {