Skip to content

Commit

Permalink
Merge pull request #125 from plone/fix_checkboxes_in_migrate_to_volto
Browse files Browse the repository at this point in the history
Fix unchecked checkboxes in migrate_to_volto
  • Loading branch information
davisagli authored Jun 8, 2023
2 parents 7c0ba33 + 1299639 commit 2b0920d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions news/124.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fix value of unchecked checkboxes in migrate_to_volto.
[pbauer]
3 changes: 3 additions & 0 deletions src/plone/volto/browser/migrate_to_volto.pt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
</p>

<div class="form-check mb-3">
<input name="migrate_folders:boolean:default" type="hidden" value="" />
<input
class="form-check-input"
type="checkbox"
Expand All @@ -68,6 +69,7 @@
</div>

<div class="form-check mb-3 ms-4">
<input name="migrate_default_pages:boolean:default" type="hidden" value="" />
<input
class="form-check-input"
type="checkbox"
Expand All @@ -86,6 +88,7 @@
</div>

<div class="form-check mb-3">
<input name="purge_richtext:boolean:default" type="hidden" value="" />
<input
class="form-check-input"
type="checkbox"
Expand Down

0 comments on commit 2b0920d

Please sign in to comment.