Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions news/3953.breaking
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Move the classic UI sharing page template and form handling to ``plone.app.layout``.
The ``SharingView`` in ``plone.app.workflow`` now provides only the data/API methods;
the base ``__call__`` raises a ``ValueError`` directing integrators to use the
``SharingView`` override registered for ``plone.app.layout.interfaces.IPloneAppLayoutLayer``.
Classic UI installations must depend on a ``plone.app.layout`` version that ships this override.
The ``updateSharingInfo`` view and the ``Products.statusmessages`` dependency are removed.
[MrTango]
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"plone.base",
"plone.i18n",
"plone.memoize",
"Products.statusmessages",
"Products.DCWorkflow",
"Products.GenericSetup",
"Zope",
Expand Down
8 changes: 0 additions & 8 deletions src/plone/app/workflow/browser/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,4 @@
permission="plone.DelegateRoles"
/>

<browser:page
name="updateSharingInfo"
for="*"
class=".sharing.SharingView"
attribute="updateSharingInfo"
permission="plone.DelegateRoles"
/>

</configure>
11 changes: 0 additions & 11 deletions src/plone/app/workflow/browser/macro_wrapper.pt

This file was deleted.

292 changes: 0 additions & 292 deletions src/plone/app/workflow/browser/sharing.pt

This file was deleted.

Loading