Skip to content
Snippets Groups Projects
Commit f69d353e authored by Andre Loreth's avatar Andre Loreth
Browse files

KeywordRegistry_basic: Added taskStatus$new

parent 2033a413
No related branches found
No related tags found
No related merge requests found
......@@ -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";};
......
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