浏览代码

N°934 Hierarchy button was no longer working when editing external key

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4841 a333f486-631f-4898-b8df-5754b55c2be0
glajarige 8 年之前
父节点
当前提交
6ee3aa319f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/ui.extkeywidget.class.inc.php

+ 1 - 1
application/ui.extkeywidget.class.inc.php

@@ -117,7 +117,7 @@ class UIExtKeyWidget
 		$sAttrFieldPrefix = ($this->bSearchMode) ? '' : 'attr_';
 
 		$sHTMLValue = "<div class=\"field_input_zone field_input_extkey\">";
-		$sFilter = addslashes($oAllowedValues->GetFilter()->ToOQL());
+		$sFilter = addslashes($oAllowedValues->GetFilter()->ToOQL(true));
 		if($this->bSearchMode)
 		{
 			$sWizHelper = 'null';