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