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

Activity/Task: fixed searchable fields

parent 625abe36
No related branches found
No related tags found
No related merge requests found
......@@ -305,10 +305,12 @@
</entityParameter>
<entityField>
<name>PARENT_ID</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Activity_entity/entityfields/parent_id/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>PARENT_CONTEXT</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Activity_entity/entityfields/parent_context/valueProcess.js</valueProcess>
</entityField>
<entityConsumer>
......
......@@ -193,10 +193,12 @@
</entityConsumer>
<entityField>
<name>PARENT_CONTEXT</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Task_entity/entityfields/parent_context/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>PARENT_ID</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Task_entity/entityfields/parent_id/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