Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 77e0b966a5 |
@@ -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", {
|
||||||
|
|||||||
Reference in New Issue
Block a user