Commit b446f040 authored by 's avatar

- stitched in manage_interfaces from Five

parent b5dda8b9
......@@ -26,6 +26,11 @@ Zope Changes
Features added
- interfaces: Added 'Interfaces' tab to basic core objects.
This is a Five feature and only available if the classes are made
five:traversable. It allows to inspect interfaces and to assign
marker interfaces through the ZMI.
- webdav: Added support for the z3 WriteLock interface.
It is no longer necessary to have the WriteLockInterface in the
__implements__ list of lockable objects. All classes inheriting from
......
......@@ -122,6 +122,8 @@ class Item(Base, Resource, CopySource, App.Management.Tabs, Traversable,
manage_options=(
App.Undo.UndoSupport.manage_options
+AccessControl.Owned.Owned.manage_options
+({'label': 'Interfaces',
'action': 'manage_interfaces'},)
)
# Attributes that must be acquired
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment