Commit b9752628 authored by Jim Fulton's avatar Jim Fulton

Fixed view wizard.

parent c1856128
...@@ -132,7 +132,7 @@ class ZCommonSheet(OFS.PropertySheets.PropertySheet, OFS.SimpleItem.Item): ...@@ -132,7 +132,7 @@ class ZCommonSheet(OFS.PropertySheets.PropertySheet, OFS.SimpleItem.Item):
<!--#in %s--> <!--#in %s-->
<!--#var sequence-item--> <!--#var sequence-item-->
<!--#in %s--> <!--#in %s-->
""" """ % (id, id)
def manage_createView(self, id, title='', ps_view_type=None, REQUEST=None): def manage_createView(self, id, title='', ps_view_type=None, REQUEST=None):
"""Create a view of a property sheet """Create a view of a property sheet
......
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