Commit f52e7117 authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

Base: revert to the original name of workflow method initialization method.

parent e4a75d4e
......@@ -493,7 +493,7 @@ def getClassPropertyList(klass):
if p not in ps_list])
return ps_list
def initializePortalTypeWorkflowMethods(ptype_klass, portal_workflow):
def initializePortalTypeDynamicWorkflowMethods(ptype_klass, portal_workflow):
"""We should now make sure workflow methods are defined
and also make sure simulation state is defined."""
# aq_inner is required to prevent extra name lookups from happening
......
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