Project

General

Profile

Actions

Bug #67225

closed

CheckboxViewHelper checked attribute

Added by Kevin Ditscheid almost 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Fluid
Target version:
-
Start date:
2015-06-01
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #67098: Bug in TextfieldViewHelper for "required" tagClosed2015-05-22

Actions
Actions #1

Updated by Kevin Ditscheid almost 9 years ago

And just for the sake of correctness, the $multiple parameter should be initialized with FALSE instead of NULL, too

Actions #2

Updated by Gerrit Code Review almost 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

Actions #3

Updated by Gerrit Code Review almost 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

Actions #4

Updated by Gerrit Code Review almost 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

Actions #5

Updated by Gerrit Code Review almost 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

Actions #6

Updated by Gerrit Code Review almost 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

Actions #7

Updated by Frederic Gaus almost 9 years ago

The NULL construct is needed to enforce unchecked checkboxes.

Actions #8

Updated by Markus Sommer over 8 years ago

  • Assignee set to Frederic Gaus
Actions #9

Updated by Gerrit Code Review over 8 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

Actions #10

Updated by Frederic Gaus over 8 years ago

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

Updated by Gerrit Code Review over 8 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

Actions #12

Updated by Markus Klein over 8 years ago

  • Status changed from Under Review to Resolved
Actions #13

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF