Skip to content
Snippets Groups Projects
Commit 545db762 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

1071004 classification refresh specific dataset

parent db89600a
No related branches found
No related tags found
No related merge requests found
......@@ -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>
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment