Commit 3618fd46 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove redundant portal_path calculation.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15467 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3cf6f3fa
......@@ -388,7 +388,6 @@ def WorkflowTool_listActions(self, info=None, object=None):
if len(worklist_dict):
portal_url = getToolByName(self, 'portal_url')()
def _getWorklistActionList():
portal_url = getToolByName(self, 'portal_url')()
portal_catalog = getToolByName(self, 'portal_catalog')
getSecurityUidListAndRoleColumnDict = portal_catalog.getSecurityUidListAndRoleColumnDict
acceptable_key_dict = portal_catalog.getSQLCatalog().getColumnMap()
......
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