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

fix DuplicateScan "external service usage allowed" preset value

parent d4c0360b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import("system.result");
import("system.vars");
import("system.neon");
if(vars.get("$sys.operatingstate") == neon.OPERATINGSTATE_NEW)
if(vars.get("$sys.operatingstate") == 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