plone / plone.app.content

Various views for Plone, such as folder_contents, as well as general content infrastructure, such as base classes and name choosers.
https://pypi.org/project/plone.app.content/
7 stars 32 forks source link

Port content_status_modify form controller script to browser view #216

Closed mauritsvanrees closed 3 years ago

mauritsvanrees commented 4 years ago

Part of https://github.com/plone/Products.CMFPlone/issues/3057

Work in progress, needs changes in the tests. And we should copy tests from CMFPlone to here.

mauritsvanrees commented 3 years ago

This is for Plone 6. I am testing these two PRs together:

https://github.com/plone/plone.app.content/pull/216 https://github.com/plone/Products.CMFPlone/pull/3193

They should be merged together, but I guess the tests would keep passing when we merge the plone.app.content one first.

Further improvements could be done later:

mauritsvanrees commented 3 years ago

All green after the first try! That's a first. ;-)