Skip to content
Snippets Groups Projects
Commit 372ea8e8 authored by Markus Escher's avatar Markus Escher
Browse files

fix Task Protectionlevel preset value

parent 9e37e3b0
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@ import("system.result");
import("system.neon");
import("system.vars");
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW)
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && vars.get("$this.value") == null)
result.string("0");
\ 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