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

contact: do not list private org as possible value

parent 5f3daf0d
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,6 @@
<children>
<entityParameter>
<name>WithPrivate_param</name>
<valueProcess>%aditoprj%/entity/Contact_entity/entityfields/organisations/children/withprivate_param/valueProcess.js</valueProcess>
</entityParameter>
<entityParameter>
<name>ExcludeOrganisationsByPersonId</name>
......
import("system.result");
result.string(true);
\ No newline at end of file
......@@ -208,7 +208,6 @@ Usually this is used for filtering COMMUNICATION-entries by a specified contact
<children>
<entityParameter>
<name>WithPrivate_param</name>
<valueProcess>%aditoprj%/entity/Person_entity/entityfields/organisations/children/withprivate_param/valueProcess.js</valueProcess>
</entityParameter>
</children>
</entityConsumer>
......@@ -479,7 +478,6 @@ Usually this is used for filtering COMMUNICATION-entries by a specified contact
<title>standard address</title>
<consumer>ContactAndOrganisationAddresses</consumer>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Person_entity/entityfields/address_id/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/address_id/displayValueProcess.js</displayValueProcess>
</entityField>
<entityActionField>
......
import("system.result");
result.string(true);
\ 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