From 42a9cd31b772a1f722f42f1b0d4ca09c2b6a09b1 Mon Sep 17 00:00:00 2001 From: Andre Loreth <a.loreth@adito.de> Date: Mon, 8 Apr 2019 13:56:39 +0200 Subject: [PATCH] KeywordRegistry_basic: Added taskProgress$0 --- process/KeywordRegistry_basic/process.js | 1 + 1 file changed, 1 insertion(+) diff --git a/process/KeywordRegistry_basic/process.js b/process/KeywordRegistry_basic/process.js index 6a8fad1d585..dda81268ff3 100644 --- a/process/KeywordRegistry_basic/process.js +++ b/process/KeywordRegistry_basic/process.js @@ -62,6 +62,7 @@ $KeywordRegistry.salesprojectPhase = function(){return "SalesprojectPhase";}; $KeywordRegistry.taskPriority = function(){return "TaskPriority";}; $KeywordRegistry.taskPriority$low = function(){return "09072b59-d12f-469b-acbd-18a28232ff70";}; $KeywordRegistry.taskProgress = function(){return "TaskProgress";}; +$KeywordRegistry.taskProgress$0 = function(){return "ec92271b-eac2-4ec2-be24-ab4abde7e939";}; $KeywordRegistry.salesprojectCompetitionState = function(){return "SalesprojectCompetitionState";}; $KeywordRegistry.objectRelationType = function(){return "ObjectRelationType";}; $KeywordRegistry.deliveryTerm = function(){return "DeliveryTerm";}; -- GitLab