From 7d2dd458a1b1c734a9fda66a157f86dfa79ec414 Mon Sep 17 00:00:00 2001 From: Andre Loreth <a.loreth@adito.de> Date: Mon, 8 Apr 2019 13:50:49 +0200 Subject: [PATCH] Task_entity/type: Removed static ID --- entity/Task_entity/entityfields/type/valueProcess.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entity/Task_entity/entityfields/type/valueProcess.js b/entity/Task_entity/entityfields/type/valueProcess.js index 68427766d1..e1331380ae 100644 --- a/entity/Task_entity/entityfields/type/valueProcess.js +++ b/entity/Task_entity/entityfields/type/valueProcess.js @@ -1,4 +1,5 @@ import("system.result"); +import("KeywordRegistry_basic"); // Sets the type to "Task" as default value. -result.string("4dee8727-8299-422e-ae41-6cdf9de2dfd7"); \ No newline at end of file +result.string($KeywordRegistry.taskType$Task()); \ No newline at end of file -- GitLab