Bug #67225
closedCheckboxViewHelper checked attribute
100%
Description
There is a wrong initialization for the CheckboxViewHelper checked parameter. It is declared as a boolean, but the variable is initialized with NULL.
Additionally there are some conditions which test for === NULL instead of FALSE.
The same problem occures for the RadioViewHelper and the required argument of the TextfieldViewHelper.
Updated by Kevin Ditscheid over 9 years ago
And just for the sake of correctness, the $multiple parameter should be initialized with FALSE instead of NULL, too
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40646
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40646
Updated by Gerrit Code Review over 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40646
Updated by Gerrit Code Review over 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40646
Updated by Gerrit Code Review over 9 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40646
Updated by Frederic Gaus over 9 years ago
The NULL construct is needed to enforce unchecked checkboxes.
Updated by Gerrit Code Review about 9 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40646
Updated by Frederic Gaus almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d8b0192b2841cd9cd8e8802c30d60ecd28136bcc.
Updated by Gerrit Code Review almost 9 years ago
- Status changed from Resolved 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/45246
Updated by Markus Klein almost 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset 42bb7f8b382b1a4c44d37c2bff9af38ff7d4669f.