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 #1

Updated by Mathias Brodala over 6 years ago

  • Related to Bug #81770: EXT:form - do not show hidden field on confirmation page added
Actions #2

Updated by Gerrit Code Review over 6 years ago

  • Status changed from New to Under Review

Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54182

Actions #3

Updated by Mathias Brodala over 6 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF