소스 검색

Portal : Templates not working with OQL "list" fields. This only append when the field had too many items and was trying to render as an autocomplete.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4344 a333f486-631f-4898-b8df-5754b55c2be0
glajarige 8 년 전
부모
커밋
ee244f6cb5
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      sources/renderer/bootstrap/fieldrenderer/bsselectobjectfieldrenderer.class.inc.php

+ 1 - 2
sources/renderer/bootstrap/fieldrenderer/bsselectobjectfieldrenderer.class.inc.php

@@ -137,8 +137,7 @@ EOF
 					$sAutocompleteFieldId = 's_ac_' . $this->oField->GetGlobalId();
 					$sEndpoint = str_replace('-sMode-', 'autocomplete', $this->oField->GetSearchEndpoint());
 					$sNoResultText = Dict::S('Portal:Autocomplete:NoResult');
-					\IssueLog::Info('== Field #' . $this->oField->GetId());
-					\IssueLog::Info('    |- Endpoint : ' . $sEndpoint);
+					
 					// Retrieving field value
 					if (($this->oField->GetCurrentValue() !== null) && ($this->oField->GetCurrentValue() !== 0) && ($this->oField->GetCurrentValue() !== ''))
 					{