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