Skip to content

Commit

Permalink
Fix unchecked checkboxes in migrate_to_volto (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Jun 4, 2023
1 parent 7c0ba33 commit 0effb2a
Showing 1 changed file with 3 additions and 0 deletions.
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 0effb2a

Please sign in to comment.