Page 1 of 1

Checkbox problem in find tab

PostPosted: Wed Aug 15, 2012 12:45 am
by nusskratzer
Hello,

I defined the field "myfield" to be a checkbox as follows:

fields.ini:
[myfield]
widget:type=checkbox
vocabulary=myfieldvoc
visibility:find=visible


valuelists.ini:
[myfieldvoc]
__sql__ = "SELECT myfield FROM mytable ORDER BY myfield"

This does appear as checkbox field in the edit tab, but is replaced by a select field in the search tab. Why and how can I get a checkbox field in the search tab as well?

Thanks for your help!