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

Keyword: Fix in german translation and removed KEYID preset

parent 17d85b4f
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,9 @@ import("system.result");
import("system.neon");
import("system.vars");
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && vars.get("$this.value") == null)
result.string(util.getNewUUID());
\ No newline at end of file
/*
Requested change:
The KEYID shall not be presetted with an UUID because the key-user/administrator should pick a matching keyid value his own
*/
//if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && vars.get("$this.value") == null)
// result.string(util.getNewUUID());
\ No newline at end of file
......@@ -3588,6 +3588,7 @@
</entry>
<entry>
<key>the specified key has to be unique for that container but does already exist</key>
<value>Der angegebene Key muss eindeutig sein wird in diesem Container aber bereits verwendet</value>
</entry>
<entry>
<key>Add participant to Campaign</key>
......
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