From 03661158f105bc36262e6af2d2d05f72c331d907 Mon Sep 17 00:00:00 2001 From: Guillaume Lajarige Date: Wed, 19 Jul 2017 14:20:12 +0000 Subject: [PATCH] =?UTF-8?q?N=C2=B0934=20Hierarchy=20button=20was=20no=20lo?= =?UTF-8?q?nger=20working=20when=20editing=20external=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN:trunk[4841] --- application/ui.extkeywidget.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/ui.extkeywidget.class.inc.php b/application/ui.extkeywidget.class.inc.php index 6714b5b05..ee5f5ae88 100644 --- a/application/ui.extkeywidget.class.inc.php +++ b/application/ui.extkeywidget.class.inc.php @@ -117,7 +117,7 @@ class UIExtKeyWidget $sAttrFieldPrefix = ($this->bSearchMode) ? '' : 'attr_'; $sHTMLValue = "
"; - $sFilter = addslashes($oAllowedValues->GetFilter()->ToOQL()); + $sFilter = addslashes($oAllowedValues->GetFilter()->ToOQL(true)); if($this->bSearchMode) { $sWizHelper = 'null';