We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a9555 commit c369791Copy full SHA for c369791
docs/backend/upgrading/version-specific-migration/upgrade-to-60.md
@@ -650,3 +650,8 @@ Plone 6.0 makes changes to two viewlet managers:
650
One final change is that Plone 6.0 moves the `plone.footer` viewlet from `plone.app.layout/viewlets` to `plone.app.portlets`.
651
The viewlet remains in manager `plone.portalfooter`.
652
It renders the portlets from the `plone.footerportlets` portlet manager.
653
+
654
+## Boolean fields
655
656
+Since `zope.schema==6.1.0` all `zope.schema.Bool` fields need to have a `required=False` attribute,
657
+otherwise, you will not be able to save the form without marking the checkbox, which effectively turns that field to be always `True`.
0 commit comments