From 86891ead7d220ec500517c3198fcd987c3522788 Mon Sep 17 00:00:00 2001 From: "m.escher" <m.escher@adito.de> Date: Wed, 6 Mar 2019 10:58:02 +0100 Subject: [PATCH] change Person OrgID to searchable --- entity/Person_entity/Person_entity.aod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity/Person_entity/Person_entity.aod b/entity/Person_entity/Person_entity.aod index fe19b8b024..be0db2e3cb 100644 --- a/entity/Person_entity/Person_entity.aod +++ b/entity/Person_entity/Person_entity.aod @@ -138,7 +138,7 @@ <consumer>Organisations</consumer> <linkedContextProcess>%aditoprj%/entity/Person_entity/entityfields/organisation_id/linkedContextProcess.js</linkedContextProcess> <mandatory v="false" /> - <searchable v="false" /> + <searchable v="true" /> <valueProcess>%aditoprj%/entity/Person_entity/entityfields/organisation_id/valueProcess.js</valueProcess> <onValueChange>%aditoprj%/entity/Person_entity/entityfields/organisation_id/onValueChange.js</onValueChange> </entityField> -- GitLab