Commit 4e6a689d authored by Shane Hathaway's avatar Shane Hathaway

Further correction of management tabs in ZClasses.

parent a67da2f4
......@@ -84,7 +84,7 @@
##############################################################################
"""Property sheets"""
__version__='$Revision: 1.48 $'[11:-2]
__version__='$Revision: 1.49 $'[11:-2]
import time, string, App.Management, Globals
from ZPublisher.Converters import type_converters
......@@ -554,7 +554,7 @@ class DAVProperties(Virtual, PropertySheet, View):
' </n:lockentry>\n '
class PropertySheets(Implicit, App.Management.Tabs):
class PropertySheets(Traversable, Implicit, App.Management.Tabs):
"""A tricky container to keep property sets from polluting
an object's direct attribute namespace."""
......
......@@ -343,7 +343,8 @@ def rclass(klass):
get_transaction().register(klass)
klass._p_changed=1
class ZInstanceSheetsSheet(OFS.PropertySheets.View,
class ZInstanceSheetsSheet(OFS.Traversable.Traversable,
OFS.PropertySheets.View,
OFS.ObjectManager.ObjectManager):
"Manage common property sheets"
......
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