Commit 6aaf55db authored by Nicolas Dumazet's avatar Nicolas Dumazet

fix method name, sorry '-_-


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42499 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f31dc147
......@@ -764,7 +764,7 @@ def initializePortalTypeDynamicWorkflowMethods(self, klass, ptype, prop_holder,
if not interaction_queue:
return
new_method_set = set(prop_holder.getClassMethodItemList(klass))
new_method_set = set(prop_holder.getClassMethodIdList(klass))
added_method_set = new_method_set.difference(class_method_list)
# We need to run this part twice in order to handle interactions of interactions
# ex. an interaction workflow creates a workflow method which matches
......
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