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({
type: "change",
message: `ECUE ${mod.code} "${mod.name}" cree`,
});
} else if (modRes.status !== 409) {
errCount++;
details.push({
});
} else if (modRes.status !== 409) {
errCount++;
details.push({
type: "error",
message: `ECUE "${mod.code}" : creation echouee`,
}); continue;
});
continue;
}
const linkRes = await fetch("/admin/api/ue-modules", {