BUG-14788 Error en campos tipo "date"

Se muestra la alerta ignorando el contenido del campo.
This commit is contained in:
norahmollo
2014-05-02 15:22:37 -04:00
parent 8c92929a44
commit a543cd7757

View File

@@ -4299,7 +4299,7 @@ class XmlForm_Field_Date extends XmlForm_Field_SimpleText
public $editable;
public $onchange;
public $renderMode = '';
public $gridFieldType = 'date';
public $gridFieldType = '';
/*
* Verify the format of a date
@@ -4601,9 +4601,9 @@ class XmlForm_Field_Date extends XmlForm_Field_SimpleText
* $html .= '<input type="hidden" id="'.$idIsoDate.'" name="'.$idIsoDate.'" value="'.$valisoDate.'"/>';
* *
*/
/*if ($this->gridFieldType == '') {
if ($this->gridFieldType == '') {
$html .= $this->renderHint();
}*/
}
return $html;
}