Commit 12eda3c3 authored by Julien Muchembled's avatar Julien Muchembled

CMFActivity: resolve group_method_id from the portal instead of relying on acquisition

parent ef5d6d9c
......@@ -1243,7 +1243,7 @@ class ActivityTool (Folder, UniqueObject):
try:
if len(expanded_object_list) > 0:
method = self.unrestrictedTraverse(method_id)
method = self.getPortalObject().unrestrictedTraverse(method_id)
# FIXME: how to apply security here?
# NOTE: expanded_object_list must be set to failed objects by the
# callee. If it fully succeeds, expanded_object_list must be
......
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