mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 06:18:44 +02:00
Refactoring for AttributeDateTime in the portal
SVN:trunk[4021]
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user