> Yes, that code is confusingly correct ;) I want to believe you but...
I reverted my changes and created two custom fields, testrad and testcheck: --------- testcheck = checkbox testcheck.label = Test Check testcheck.options = testcheck.order = 8 testcheck.value = 1 testrad = radio testrad.label = Test Radio testrad.options = 1|2|3 testrad.order = 7 testrad.value = 1 --------- The custom field admin panel didn't allow me to add options for the checkbox. When I add these to a custom query, I see: --------- Test Check: ( ) Yes ( ) No Test Radio: [ ] 1 [ ] 2 [ ] 3 -------- And I can check all the checkboxes next to Test Radio but, of course, only one of the radio buttons next to Test Check. Of course, status shows up as: -------- Status [ ] accepted [ ] assigned [ ] closed [ ] new [ ] reopened -------- and I can check any or all, as expected. But, again, those checkboxes behave like a custom radio button. What am I missing? -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-dev. For more options, visit https://groups.google.com/d/optout.
