Commit f7b2534e authored by Sebastien Robin's avatar Sebastien Robin

Workflow cleanup: make sure we will use propertysheet (thanks Ayush)

parent 5925759c
......@@ -453,7 +453,9 @@ class ERP5TypeInformation(XMLObject,
security.declareProtected(Permissions.AccessContentsInformation,
'getTypeWorkflowList')
def getTypeWorkflowList(self):
"""Getter for 'type_workflow' property"""
"""Getter for 'type_workflow' property
XXXSEB : we will have to use propertysheets XXX
"""
return list(self.workflow_list)
security.declareProtected(Permissions.ModifyPortalContent,
......
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