Commit dfab4f98 authored by Mayoro Diagne's avatar Mayoro Diagne

remove tabulation

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28619 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 17b47f95
......@@ -382,7 +382,7 @@ class ERP5Site(FolderMixIn, CMFSite):
current_worklist_array = sorted_workflow_actions[key]
if len(current_worklist_array)>0:
current_worklist_dict = current_worklist_array[0]
if current_worklist_dict.has_key("workflow_id"):
if current_worklist_dict.has_key("workflow_id"):
workflow_id = current_worklist_dict["workflow_id"]
sorted_global_actions.append({'title': key, 'disabled': 1, 'workflow_id': workflow_id})
sorted_global_actions.extend(sorted_workflow_actions[key])
......
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