no default row Value git statusgit status! CakePHP warning
This commit is contained in:
parent
632d071dee
commit
e243ec490a
|
@ -1058,7 +1058,7 @@ class FormHelper extends AppHelper {
|
||||||
$options['value'] = $selected;
|
$options['value'] = $selected;
|
||||||
return $this->dateTime($fieldName, $dateFormat, $timeFormat, $options);
|
return $this->dateTime($fieldName, $dateFormat, $timeFormat, $options);
|
||||||
case 'textarea':
|
case 'textarea':
|
||||||
return $this->textarea($fieldName, $options + array('cols' => '30', 'rows' => '6'));
|
return $this->textarea($fieldName, $options + array('cols' => '30', 'rows' => '22'));
|
||||||
case 'url':
|
case 'url':
|
||||||
return $this->text($fieldName, array('type' => 'url') + $options);
|
return $this->text($fieldName, array('type' => 'url') + $options);
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue