Commit 2edaca30 authored by wenjie.zheng's avatar wenjie.zheng

erp5_graph_editor: fix ? a seems to be wrong code.

parent bb4863ce
......@@ -93,7 +93,7 @@ def getWorkflowGraph(workflow):\n
transition_id_list.append(transition_id)\n
\n
if transition_id_list != []:\n
graph[\'edge\']["%s_%s" % (state.getId(), transition_id_list)] = (\n
graph[\'edge\'][state.getId()] = (\n
dict(_class=\'workflow.transition\',\n
source=state.getId(),\n
destination=state.getId(),\n
......
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