Commit 0b9a7dc5 authored by Hardik Juneja's avatar Hardik Juneja

CMFActivity: rename getResult to getResultdict

parent 90a59073
......@@ -151,7 +151,7 @@ class ActiveProcess(Base):
return result_list.values()
return list(result_list)
security.declareProtected(CMFCorePermissions.ManagePortal, 'getResult')
security.declareProtected(CMFCorePermissions.ManagePortal, 'getResultDict')
def getResultDict(self, **kw):
"""
Returns the result Dict
......
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