You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on removing content_status_modify.cpy and its validator validate_content_status_modify.vpy.
See plone/plone.app.content#216 and #3193
Seems to work, but definitely needs changes in the tests.
As I wrote in this comment, further improvements could be done:
Change various action urls in GenericSetup to use /@@content_status_modify instead of /content_status_modify for a slight performance increase. For example in this workflow definition.
On Plone 5.2 Python 3 we have these form controller scripts:
validate_content_status_modify.vpy
is only used bycontent_status_modify.cpy
content_status_modify.cpy
is used all over the placefolder_publish.cpy
is only used inplone/app/content/browser/content_status_history.py
, so maybe those two could be integratedThese should be turned into browser views. And when we do that, maybe not all of them are needed anymore because we merge them.
After this, we could get rid of
Products.CMFFormController
and theportal_form_controller
tool.This is for Plone 6.0.
The text was updated successfully, but these errors were encountered: