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
Copy file name to clipboardExpand all lines: docs/backend/upgrading/version-specific-migration/upgrade-to-60.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -610,7 +610,7 @@ This is because some viewlet names contained the name of a viewlet manager.
610
610
This didn't always match the name of their actual viewlet manager, especially after moving them.
611
611
Plone 6.0 removes such references from the viewlet names to avoid confusion.
612
612
613
-
- Plone 6.0 removes the `plone.documentactions (IDocumentActions)`viewlet manager. In Plone 5.2 it was already empty.
613
+
- Plone 6.0 removes the `plone.documentactions (IDocumentActions)` viewlet manager. In Plone 5.2 it was already empty.
614
614
- Plone 6.0 adds the `plone.belowcontentdescription (IBelowContentDescription)` viewlet manager. By default this has no viewlets.
615
615
- Plone 6.0 removes the `plone.header` viewlet from `plone.portaltop` manager, making it empty.
616
616
- Plone 6.0 renames the `plone.abovecontenttitle.documentactions` viewlet to `plone.documentactions` and moves it from manager `plone.belowcontentbody` to `plone.belowcontent`.
0 commit comments