소스 검색

Refactoring for AttributeDateTime in the portal

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4021 a333f486-631f-4898-b8df-5754b55c2be0
glajarige 9 년 전
부모
커밋
16f8ab0403
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/attributedef.class.inc.php

+ 1 - 1
core/attributedef.class.inc.php

@@ -548,7 +548,7 @@ abstract class AttributeDefinition
 		{
 			$sFormFieldClass = static::GetFormFieldClass();
 			$oFormField = new $sFormFieldClass($this->GetCode());
-			$oFormField->SetReadOnly(true);
+			//$oFormField->SetReadOnly(true);
 		}
 
 		$oFormField->SetLabel($this->GetLabel());