Commit 906e6d49 authored by Matthias Betz's avatar Matthias Betz
Browse files

remove the window.alert if models are missing while loading positioning file....

remove the window.alert if models are missing while loading positioning file. Toast should be enough.
parent 00d8d825
...@@ -563,7 +563,6 @@ export default function smartVillagesPlugin(config, baseUrl) { ...@@ -563,7 +563,6 @@ export default function smartVillagesPlugin(config, baseUrl) {
type: NotificationType.ERROR, type: NotificationType.ERROR,
message: "Konfiguration konnte nicht vollständig geladen werden. Folgende Modelle fehlen in der Objektliste:" + objects, message: "Konfiguration konnte nicht vollständig geladen werden. Folgende Modelle fehlen in der Objektliste:" + objects,
}); });
window.alert("Konfiguration konnte nicht vollständig geladen werden. Folgende Modelle fehlen in der Objektliste: \n" + objects);
} }
for (const objectToHide of objects.hiddenObjects) { for (const objectToHide of objects.hiddenObjects) {
hidingFeatures.push({ hidingFeatures.push({
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment