Browse Source

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 năm trước cách đây
mục cha
commit
6ee3aa319f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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';