Skip to content
Snippets Groups Projects
Commit c3b133d3 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

bugfix: COMM ist wieder bearbeitbar

parent 72a61946
No related branches found
No related tags found
No related merge requests found
import("system.vars");
vars.get("$param.RelId_param")
\ No newline at end of file
import("system.util");
import("system.result");
import("system.neon");
import("system.vars");
if(vars.get("$sys.operatingstate") == neon.OPERATINGSTATE_NEW)
result.string(util.getNewUUID());
\ 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