Commit 3b58467c authored by iv's avatar iv

ERP5Workflow: revert changes on worklist's metadata names

parent 93b24a4a
...@@ -404,8 +404,8 @@ class Workflow(IdAsReferenceMixin("", "prefix"), XMLObject): ...@@ -404,8 +404,8 @@ class Workflow(IdAsReferenceMixin("", "prefix"), XMLObject):
'worklist_id': worklist_id, 'worklist_id': worklist_id,
'workflow_title': workflow_title, 'workflow_title': workflow_title,
'workflow_id': workflow_id, 'workflow_id': workflow_id,
'action': worklist_value.getAction(), 'action_box_url': worklist_value.getAction(),
'action_type': worklist_value.getActionType()} 'action_box_category': worklist_value.getActionType()}
variable_match_dict[worklist_id] = variable_match variable_match_dict[worklist_id] = variable_match
......
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