WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: RFC: #11875: db_list doesn't show '0' values

Re: RFC: #11875: db_list doesn't show '0' values

by Bastian Waidelich-3 :: Rate this Message:

| View in Thread

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
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

 « Return to Thread: RFC: #11875: db_list doesn't show '0' values