Actions
Bug #79457
closedExt:form throws errors if select value is a number
Start date:
2017-01-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Example yaml:
type: Form identifier: test label: test prototypeName: standard renderables: - type: Page identifier: page-1 label: Page renderables: - properties: options: bar: foo bum: baz 123: badam type: SingleSelect identifier: singleselect-1 label: 'Single select'
When trying to open that form you get javascript error because the javascript interprets 123: badam as array instead of an object.
Updated by Susanne Moog almost 8 years ago
with correct indent:
type: Form identifier: test label: test prototypeName: standard renderables: - type: Page identifier: page-1 label: Page renderables: - properties: options: bar: foo bum: baz 123: badam type: SingleSelect identifier: singleselect-1 label: 'Single select'
Updated by Gerrit Code Review almost 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/51421
Updated by Ralf Zimmermann almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fadaaccfb57ec88311a287d17ef411100d667f1e.
Actions