Project

General

Profile

Actions

Bug #82518

closed

Broken composite form element check in RenderAllFormValuesViewHelper

Added by Mathias Brodala over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
-
Target version:
Start date:
2017-09-20
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

Description

The check for composite form elements in the RenderAllFormValuesViewHelper is broken:

            if (
                !$element instanceof FormElementInterface
                || $element->getType() === 'Honeypot'
                || (
                    isset($renderingOptions['_isCompositeFormElement'])
                    && $renderingOptions['_isCompositeFormElement'] = true
                )
            ) {
                continue;
            }

This was implicitly fixed for master in #81770.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #81770: EXT:form - do not show hidden field on confirmation pageClosedRalf Zimmermann2017-07-03

Actions
Actions

Also available in: Atom PDF