Skip to content

Commit 9a0c099

Browse files
Update docs/backend/upgrading/version-specific-migration/upgrade-to-60.md
Co-authored-by: Steve Piercy <[email protected]>
1 parent 7ed4a0f commit 9a0c099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/backend/upgrading/version-specific-migration/upgrade-to-60.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,4 +655,4 @@ It renders the portlets from the `plone.footerportlets` portlet manager.
655655

656656
Since `zope.schema==6.1.0`, all `zope.schema.Bool` fields must have a `required=False` attribute.
657657
This allows you to either tick or not tick the checkbox, submit the form, and process the field with either its value when ticked or `None` when unticked.
658-
otherwise, you will not be able to save the form without marking the checkbox, which effectively turns that field to be always `True`.
658+
Otherwise, you can't save the form without ticking the checkbox, which effectively makes the field value always `True`.

0 commit comments

Comments
 (0)