Actions
Bug #71257
closedStory #69617: FormEngine bugs
renderType selecSingleBox shows Invalid Value ""
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
Updated by Gerrit Code Review about 9 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
Updated by Morton Jonuschat about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ff90a7c7b4010675e860a94cf1390367974b8092.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions