Skip to content

Commit

Permalink
- Restore the View ZMI tab on folders and their subclasses (fixes #449
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dataflake committed Jan 21, 2019
1 parent 1658afa commit 05dff6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ https://github.com/zopefoundation/Zope/blob/4.0a6/CHANGES.rst
4.0b9 (unreleased)
------------------

- Nothing changed yet.
Fixes
+++++

- Restore the `View` ZMI tab on folders and their subclasses
(`#449 <https://github.com/zopefoundation/Zope/issues/449>`_)


4.0b8 (2018-12-14)
Expand Down
1 change: 1 addition & 0 deletions src/OFS/Folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class Folder(

manage_options = (
ObjectManager.manage_options
+ ({'label': 'View', 'action': ''}, )
+ PropertyManager.manage_options
+ RoleManager.manage_options
+ Item.manage_options
Expand Down

0 comments on commit 05dff6a

Please sign in to comment.