Skip to content
Snippets Groups Projects
Commit 55397303 authored by Tobias Feldmann's avatar Tobias Feldmann
Browse files

fixes

parent 614f70e9
No related branches found
No related tags found
No related merge requests found
......@@ -154,6 +154,7 @@
<linkedContextProcess>%aditoprj%/entity/Pers_entity/entityfields/org_id/linkedContextProcess.js</linkedContextProcess>
<outgoingField>PersOrg_dfo</outgoingField>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Pers_entity/entityfields/org_id/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Pers_entity/entityfields/org_id/displayValueProcess.js</displayValueProcess>
<onValueChange>%aditoprj%/entity/Pers_entity/entityfields/org_id/onValueChange.js</onValueChange>
</entityField>
......@@ -381,7 +382,7 @@
<name>REL_RELATIONSHIP</name>
<title>Relationship</title>
<contentType>NUMBER</contentType>
<mandatory v="true" />
<mandatory v="false" />
<valueProcess>%aditoprj%/entity/Pers_entity/entityfields/rel_relationship/valueProcess.js</valueProcess>
</entityField>
<entityActionField>
......
import("system.result");
import("system.vars");
if (vars.exists("$param.OrgId_param"))
{
result.string(vars.get("$param.OrgId_param"));
}
\ No newline at end of file
......@@ -36,14 +36,6 @@
<name>a8cd83af-272b-4539-a4e9-02338e04106d</name>
<entityField>MEDIUM</entityField>
</entityFieldLink>
<entityFieldLink>
<name>278a193a-ba73-444b-b9e4-655ca529337c</name>
<entityField>ObjectId</entityField>
</entityFieldLink>
<entityFieldLink>
<name>fd3e13cf-eda1-4b44-be38-51b21154016d</name>
<entityField>RowId</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
</children>
......
......@@ -48,10 +48,5 @@
</entityFieldLink>
</fields>
</genericViewTemplate>
<neonViewReference>
<name>38e8188b-d6b8-4d2e-aad6-9e5ba4f2834a</name>
<entityField>#ENTITY</entityField>
<view>OrgAttr_view</view>
</neonViewReference>
</children>
</neonView>
......@@ -53,10 +53,6 @@
<name>d8d04e36-de46-48a3-994a-fa72d1f2ea89</name>
<entityField>LANGUAGE</entityField>
</entityFieldLink>
<entityFieldLink>
<name>49e17f50-1773-4841-9e42-8b63ba9a3f68</name>
<entityField>REL_RELATIONSHIP</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
<neonViewReference>
......
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