diff --git a/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/behaviors/c-app-behavior.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/behaviors/c-app-behavior.html index 84016ef..64c139a 100644 --- a/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/behaviors/c-app-behavior.html +++ b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/behaviors/c-app-behavior.html @@ -86,7 +86,7 @@ if (e.detail.title != null) dlgTitle = e.detail.title; else - dlgTitle = e.detail.isError ? 'errorOccurred' : 'info'; + dlgTitle = 'info'; var dlgText; if (e.detail.text) dlgText = e.detail.text; diff --git a/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/behaviors/c-app-behavior.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/behaviors/c-app-behavior.html index 84016ef..64c139a 100644 --- a/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/behaviors/c-app-behavior.html +++ b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/behaviors/c-app-behavior.html @@ -86,7 +86,7 @@ if (e.detail.title != null) dlgTitle = e.detail.title; else - dlgTitle = e.detail.isError ? 'errorOccurred' : 'info'; + dlgTitle = 'info'; var dlgText; if (e.detail.text) dlgText = e.detail.text; diff --git a/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/behaviors/c-app-behavior.html b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/behaviors/c-app-behavior.html index 84016ef..64c139a 100644 --- a/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/behaviors/c-app-behavior.html +++ b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/behaviors/c-app-behavior.html @@ -86,7 +86,7 @@ if (e.detail.title != null) dlgTitle = e.detail.title; else - dlgTitle = e.detail.isError ? 'errorOccurred' : 'info'; + dlgTitle = 'info'; var dlgText; if (e.detail.text) dlgText = e.detail.text;