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

Task_entity/status: Removed static ID

parent f69d353e
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ import("system.util");
import("system.result");
import("system.neon");
import("system.vars");
import("KeywordRegistry_basic");
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW)
result.string("21bc4d20-1a87-4247-8f7c-8d3a09631850");
\ No newline at end of file
result.string($KeywordRegistry.taskStatus$new());
\ No newline at end of file
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