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

contactmgmt: adjusted searchable fields

parent bfa20de5
No related branches found
No related tags found
No related merge requests found
......@@ -747,26 +747,32 @@
</entityConsumer>
<entityField>
<name>DATE_NEW</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/date_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_EDIT</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/date_edit/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>USER_NEW</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/user_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>USER_EDIT</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/user_edit/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>USER_NEW_CONTACT</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/user_new_contact/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_NEW_CONTACT</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/date_new_contact/valueProcess.js</valueProcess>
</entityField>
</entityFields>
......
......@@ -745,6 +745,7 @@ Usually this is used for filtering COMMUNICATION-entries by a specified contact
</entityConsumer>
<entityField>
<name>ORGANISATION_NAME</name>
<searchable v="false" />
</entityField>
<entityParameter>
<name>ExcludedContactIds_param</name>
......@@ -817,26 +818,32 @@ Usually this is used for filtering COMMUNICATION-entries by a specified contact
</entityConsumer>
<entityField>
<name>DATE_NEW</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Person_entity/entityfields/date_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>USER_NEW</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Person_entity/entityfields/user_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>USER_EDIT</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Person_entity/entityfields/user_edit/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_EDIT</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Person_entity/entityfields/date_edit/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_NEW_CONTACT</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Person_entity/entityfields/date_new_contact/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>USER_NEW_CONTACT</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Person_entity/entityfields/user_new_contact/valueProcess.js</valueProcess>
</entityField>
<entityParameter>
......
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