Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove Products.CMFFormController #2680

Closed
wants to merge 1 commit into from

Conversation

gforcada
Copy link
Member

Only a few traces were still left, most importantly on setup.py.

Fixes #448

Copy link
Member

@mauritsvanrees mauritsvanrees left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but I see a mention of portal_form_controller in the tests that could be removed too:
https://github.com/plone/Products.CMFPlone/blob/master/Products/CMFPlone/tests/test_zmi.py#L104-L107

@mauritsvanrees
Copy link
Member

Well, I said 'looks good to me', but I didn't yet notice that there were many test failures. Seems we are not completely independent of CMFFormController yet.

@gforcada
Copy link
Member Author

gforcada commented Jan 1, 2019

After a closer look at the errors, it looks like we first need to clean up all the scripts on skins folder (in CMFPlone) as well as various other APIs. See #1801 for the skins cleanup effort

On python2, as archetypes is there, makes things a tad more complicated 😖

Only a few traces were still left, most importantly on setup.py.
@gforcada gforcada force-pushed the gforcada-remove-cmfformcontroller branch from 0f49555 to a5c29ea Compare February 10, 2019 21:02
@gforcada
Copy link
Member Author

@jenkins-plone-org please run jobs

@gforcada gforcada closed this Dec 1, 2019
@gforcada gforcada deleted the gforcada-remove-cmfformcontroller branch December 1, 2019 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Products.CMFFormController dependency.
2 participants