Project

General

Profile

Bug #48713 » confirmationAbstractElementView.patch

Christian Grugel, 2013-05-31 14:15

View differences:

typo3/sysext/form/Classes/View/Confirmation/Element/AbstractElementView.php (revision )
}
break;
case 'inputvalue':
if (array_key_exists('checked', $this->model->getAllowedAttributes())) {
if (!$this->model->hasAttribute('checked')) {
if (array_key_exists('checked', $this->model->getAllowedAttributes()) && !$this->model->hasAttribute('checked')) {
$emptyElement = TRUE;
$emptyElement = TRUE;
}
} elseif (array_key_exists('selected', $this->model->getAllowedAttributes()) && !$this->model->hasAttribute('selected')) {
$emptyElement = TRUE;
} else {
(1-1/2)