plone / plone.base

Plone Interface contracts, plus basic features and utilities
https://pypi.org/project/plone.base
2 stars 0 forks source link

add require=false to boolean fields in ISiteSyndicationSettings #14

Closed 1letter closed 2 years ago

1letter commented 2 years ago

without require=false the boolean field can't set to false

davisagli commented 2 years ago

There's no way to change it in a backwards-compatible way, but it's too bad that Bool fields don't default to required=False