From 545db762517dec6a805d3561c482e256fbee9712 Mon Sep 17 00:00:00 2001 From: "b.ulrich" <b.ulrich@adito.de> Date: Tue, 19 Jan 2021 14:56:59 +0100 Subject: [PATCH] 1071004 classification refresh specific dataset --- .liquibase/Data_alias/changelog.xml | 2 +- .../refreshclassificationsofthisdataset/onActionProcess.js | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.liquibase/Data_alias/changelog.xml b/.liquibase/Data_alias/changelog.xml index c6e5850fd70..e49dccc3c73 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 8fe0c851e97..10cfa6bda23 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 -- GitLab