From 451fac2da6fa6dfa3b37c166253651cdbbbac742 Mon Sep 17 00:00:00 2001
From: daniel <daniel@localhost>
Date: Mon, 3 Feb 2020 14:03:12 +0100
Subject: [PATCH] #1047687 - Fixed no selection option in filter view with
 attribute: "organisation" & "person".

---
 entity/Offer_entity/Offer_entity.aod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/entity/Offer_entity/Offer_entity.aod b/entity/Offer_entity/Offer_entity.aod
index 6661d521c15..fa78e12fa9e 100644
--- a/entity/Offer_entity/Offer_entity.aod
+++ b/entity/Offer_entity/Offer_entity.aod
@@ -1098,7 +1098,7 @@
           <name>CONTACT_PERSON_ID.value</name>
           <recordfield>CONTACT.PERSON_ID</recordfield>
           <isFilterable v="true" />
-          <isLookupFilter v="true" />
+          <isLookupFilter v="false" />
         </dbRecordFieldMapping>
         <dbRecordFieldMapping>
           <name>ADDRESS.value</name>
-- 
GitLab