diff --git a/.liquibase/Data_alias/changelog.xml b/.liquibase/Data_alias/changelog.xml
index c6e5850fd70479d476d08004f41443e3471a5d31..e49dccc3c73aae94950bf4bf11553c95fe43a3ad 100644
--- a/.liquibase/Data_alias/changelog.xml
+++ b/.liquibase/Data_alias/changelog.xml
@@ -22,5 +22,5 @@
     <include relativeToChangelogFile="true" file="basic/2021.0.0/changelog.xml"/>
 
     <!--enable this only when you definetly want to overwrite the existing data with demo records:-->
-    <include relativeToChangelogFile="true" file="basic/_demoData/changelog.xml" context="example"/>
+    <!--<include relativeToChangelogFile="true" file="basic/_demoData/changelog.xml" context="example"/>-->
 </databaseChangeLog>
diff --git a/entity/Classification_entity/entityfields/fitlerviewactiongroup/children/refreshclassificationsofthisdataset/onActionProcess.js b/entity/Classification_entity/entityfields/fitlerviewactiongroup/children/refreshclassificationsofthisdataset/onActionProcess.js
index 8fe0c851e97cf6b06dee3f7792ffb6e430f6dcd9..10cfa6bda238dca910902b0b1a731d2e483336eb 100644
--- a/entity/Classification_entity/entityfields/fitlerviewactiongroup/children/refreshclassificationsofthisdataset/onActionProcess.js
+++ b/entity/Classification_entity/entityfields/fitlerviewactiongroup/children/refreshclassificationsofthisdataset/onActionProcess.js
@@ -1,7 +1,4 @@
 import("system.process");
-import("system.question");
-import("system.text");
-import("system.translate");
 import("system.util");
 import("system.vars");
 
@@ -18,6 +15,4 @@ var processConfig = process.createStartAsyncConfig()
                                                     .setLocalVariables(params);
 
 
-process.startAsync(processConfig);
-
-//question.showMessage(translate.text("Serverprocess has been started"), question.INFORMATION, translate.text("Classification"));
\ No newline at end of file
+process.startAsync(processConfig);
\ No newline at end of file