From f69d353e0c0fe7af2f4b63a56b5bf8be0a948ce4 Mon Sep 17 00:00:00 2001 From: Andre Loreth <a.loreth@adito.de> Date: Mon, 8 Apr 2019 13:48:09 +0200 Subject: [PATCH] KeywordRegistry_basic: Added taskStatus$new --- 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 ec0826d2326..b38cf7734be 100644 --- a/process/KeywordRegistry_basic/process.js +++ b/process/KeywordRegistry_basic/process.js @@ -36,6 +36,7 @@ $KeywordRegistry.offerStatus = function(){return "OfferStatus";}; $KeywordRegistry.organisationType = function(){return "OrganisationType";}; $KeywordRegistry.personGender = function(){return "PersonGender";}; $KeywordRegistry.taskStatus = function(){return "TaskStatus";}; +$KeywordRegistry.taskStatus$new = function(){return "21bc4d20-1a87-4247-8f7c-8d3a09631850";}; $KeywordRegistry.taskType = function(){return "TaskType";}; $KeywordRegistry.productPricelist = function(){return "ProductPricelist";}; -- GitLab