diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index 5cdc836976..21c6446971 100644 --- a/core/attributedef.class.inc.php +++ b/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());