From 2811eb66c59446b380aa3bd17dccd356d45b33b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Espi=C3=A9?= Date: Wed, 28 Mar 2018 13:38:21 +0000 Subject: [PATCH] Advanced Search: Removed external fields from the attribute list SVN:b1162[5556] --- core/attributedef.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index 44b1222e9..489178940 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -4949,7 +4949,7 @@ class AttributeHierarchicalKey extends AttributeExternalKey class AttributeExternalField extends AttributeDefinition { - const SEARCH_WIDGET_TYPE = self::SEARCH_WIDGET_TYPE_EXTERNAL_FIELD; + const SEARCH_WIDGET_TYPE = self::SEARCH_WIDGET_TYPE_RAW; static public function ListExpectedParams() {