zopefoundation / z3c.form

An advanced form and widget framework for Zope 3
Other
8 stars 39 forks source link

Turned `items` into a property again on all widgets. [master] #52

Closed mauritsvanrees closed 8 years ago

mauritsvanrees commented 8 years ago

For the select widget it was a method since 2.9.0. For the radio and checkbox widgets it was a method since 3.2.10. For orderedselect and multi it was always a property.

Fixes https://github.com/zopefoundation/z3c.form/issues/44

mauritsvanrees commented 8 years ago

Friendly ping. :-) Any reviewers willing to have a look?