[TYPO3-dev] RFC: #11875: db_list doesn't show '0' values

Bastian Waidelich bastian at typo3.org
Tue Sep 15 18:08:24 CEST 2009


David Bruchmann wrote:

Hi David,

> The Patch helped for db_list but not for the editform.

I think, you're talking about the fact that the checkbox is unchecked 
when you enter "0" to the input field, right?
That is no bug, but a "misconfiguration" of the respective extension:

If you change
...
'type' => 'input'
'eval' => 'int'
'checkbox' => '0'
...
to
...
'type' => 'input'
'eval' => 'int'
'checkbox' => ''
...

it should work as expected.
If the patch works otherwise (for TYPO3 4.3) you might want to post an 
RFC to the core list. Tomorrow would be the last chance to get it in the 
release..

Best regards
Bastian




More information about the TYPO3-dev mailing list