Project

General

Profile

Actions

Bug #71257

closed

Story #69617: FormEngine bugs

renderType selecSingleBox shows Invalid Value ""

Added by Morton Jonuschat over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
Start date:
2015-11-02
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Given the following TCA configuration

        'select_34' => array(
            'exclude' => 1,
            'label' => 'SELECT: 34 maxitems=1, renderType=selectSingleBox',
            'config' => array(
                'type' => 'select',
                'renderType' => 'selectSingleBox',
                'items' => array(
                    array('foo 1', 1),
                    array('foo 2', 2),
                    array('foo 3', 3),
                    array('foo 4', 4),
                    array('foo 5', 5),
                    array('foo 6', 6),
                ),
                'maxitems' => 1,
            ),
        ),

The selectSingleBox shows INVALID VALUE "" for new records. This happens only with maxitems = 1

Actions #1

Updated by Gerrit Code Review over 8 years ago

  • Status changed from New to Under Review

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

Actions #2

Updated by Morton Jonuschat over 8 years ago

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

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF