Actions
Bug #71329
closedFlexform: Allow section = 1 (integer)
Start date:
2015-11-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
If the Flexform data structure has 'section'
set to 1
(integer) the following condition will not match:
if (isset($dataStructureSheetElementDefinition['type']) && $dataStructureSheetElementDefinition['type'] === 'array' && isset($dataStructureSheetElementDefinition['section']) && $dataStructureSheetElementDefinition['section'] === '1' )
An integer value of 1
should not lead to an exception.
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/44541
Updated by Daniel Goerz about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0c7d26cbda8ae3cb709534cd8caedb217ce2fd0e.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions