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

Keyword: removed hasDependentRecords since the keywordEntry-entity has no dependent records

parent 13556645
No related branches found
No related tags found
No related merge requests found
......@@ -626,7 +626,6 @@
<name>db</name>
<alias>Data_alias</alias>
<isPageable v="false" />
<hasDependentRecords v="true" />
<conditionProcess>%aditoprj%/entity/KeywordEntry_entity/recordcontainers/db/conditionProcess.js</conditionProcess>
<orderClauseProcess>%aditoprj%/entity/KeywordEntry_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess>
<onDBDelete>%aditoprj%/entity/KeywordEntry_entity/recordcontainers/db/onDBDelete.js</onDBDelete>
......
......@@ -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(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