Commit 8ac35fd7 authored by Nicolas Dumazet's avatar Nicolas Dumazet

workflows will not be handled here.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42876 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ef3942df
......@@ -201,13 +201,11 @@ class PropertySheetTool(BaseTool):
"""
Create a new accessor holder from the given ZODB Property Sheet
(the accessors are created through a Property Holder)
XXX: Workflows?
"""
property_sheet_name = property_sheet.getId()
definition_tuple = \
self.exportPropertySheetToFilesystemDefinitionTuple(property_sheet)
property_sheet_name = property_sheet.getId()
property_holder = PropertyHolder(property_sheet_name)
# Prepare the Property Holder
......
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