Replace collective.volto.formsupport with plone.formblock (#246)#127
Merged
Conversation
Adopt plone.formblock as the form solution and migrate away from collective.volto.formsupport: - Add the plone.formblock>=1.0.0a2 dependency - Install plone.formblock:default on new sites and stop installing collective.volto.formsupport:default - Unconfigure the form_data soup catalog utility and the form-data service from collective.volto.formsupport so they do not clash with the equivalents registered by plone.formblock - Add upgrade step v20260619001 to uninstall formsupport and install formblock on existing sites - Update the setup tests to assert formblock is installed and formsupport is uninstalled
sneridagh
approved these changes
Jun 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adopt
plone.formblockas the form solution forkitconcept.coreand migrate away fromcollective.volto.formsupport.plone.formblockis the upstream successor tocollective.volto.formsupport(heading toward Plone core in 6.3), so this moves the distribution onto the supported path.Changes (backend)
plone.formblock>=1.0.0a2dependency.plone.formblock:defaulton new sites and stop installingcollective.volto.formsupport:default.form_datasoup catalog utility and theform-dataREST service fromcollective.volto.formsupport(viaz3c.unconfigure) so they do not clash with the equivalents registered byplone.formblock.v20260619001to uninstallcollective.volto.formsupportand installplone.formblockon existing sites.plone.formblockis installed andcollective.volto.formsupportis uninstalled.Issue
Relates to kitconcept/distribution-kitconcept-intranet#246 — https://gitlab.kitconcept.io/kitconcept/distribution-kitconcept-intranet/-/issues/246
Test plan
make test— full backend suite: 140 passed, 3 skipped.rufflint + format clean;zpretty --checkclean.