Commit 67d41144 authored by Jim Fulton's avatar Jim Fulton

Limited to navigation from ZClass.

parent a55b3ebc
......@@ -102,6 +102,7 @@ class ZClassMethodsSheet(
id='contents'
icon='p_/Methods_icon'
def tpURL(self): return 'propertysheets/methods'
######################################################################
# Hijinks to let us create factories and classes within classes.
......
......@@ -264,6 +264,8 @@ class ZInstanceSheetsSheet(OFS.PropertySheets.View,
isPrincipiaFolderish=1
icon="p_/Propertysheets_icon"
def tpURL(self): return 'propertysheets/common'
def _setOb(self, id, value):
setattr(self, id, value)
pc=self.aq_inner.aq_parent.aq_parent._zclass_propertysheets_class
......
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