Skip to content
Snippets Groups Projects
Commit fa2fb2aa authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

remove unnecessary Consumer in Member entity

parent 485aae2d
No related branches found
No related tags found
No related merge requests found
......@@ -66,24 +66,10 @@
<title>title</title>
<state>READONLY</state>
</entityField>
<entityConsumer>
<name>CurrentContact</name>
<dependency>
<name>dependency</name>
<entityName>Person_entity</entityName>
<fieldName>Contact</fieldName>
</dependency>
<children>
<entityParameter>
<name>ContactId_param</name>
<valueProcess>%aditoprj%/entity/Member_entity/entityfields/currentcontact/children/contactid_param/valueProcess.js</valueProcess>
</entityParameter>
</children>
</entityConsumer>
<entityField>
<name>PERSON_FULL_NAME</name>
<title>Name</title>
<consumer>CurrentContact</consumer>
<consumer>Contacts</consumer>
<linkedContext>Person</linkedContext>
<state>READONLY</state>
<valueProcess>%aditoprj%/entity/Member_entity/entityfields/person_full_name/valueProcess.js</valueProcess>
......
import("system.result");
import("system.vars");
result.string(vars.getString("$field.CONTACT_ID"));
\ No newline at end of file
......@@ -310,14 +310,6 @@ Usually this is used for filtering COMMUNICATION-entries by a specified contact
<entityProvider>
<name>Contact</name>
<recordContainer>db</recordContainer>
<dependencies>
<entityDependency>
<name>12c5350a-3159-449b-a94e-d57658b4c124</name>
<entityName>Member_entity</entityName>
<fieldName>CurrentContact</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
<children>
<entityParameter>
<name>OrgId_param</name>
......
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