diff --git a/process/KeywordRegistry_basic/process.js b/process/KeywordRegistry_basic/process.js index 2ba1ff4e2dbe701732b1bcdfb124c0a094e39fa1..6a8fad1d5856ff727dd7f14e935c7c8a190d6351 100644 --- a/process/KeywordRegistry_basic/process.js +++ b/process/KeywordRegistry_basic/process.js @@ -60,6 +60,7 @@ $KeywordRegistry.salesprojectStrenght = function(){return "SalesprojectStrenght" $KeywordRegistry.salesprojectState = function(){return "SalesprojectState";}; $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.salesprojectCompetitionState = function(){return "SalesprojectCompetitionState";}; $KeywordRegistry.objectRelationType = function(){return "ObjectRelationType";};