Commit afa0f6e8 authored by Tatuya Kamada's avatar Tatuya Kamada

2010-01-07 tatuya

* Make notification message include the workflow comment  when doing the Re-assign action.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31623 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 721fd931
......@@ -67,7 +67,7 @@ for history_item in history[::-1]:\n
break\n
\n
valid_transaction_list = ["confirm_action", "stop_action",\n
"deliver_action", "set_ready_action", "cancel_action"]\n
"deliver_action", "set_ready_action", "cancel_action", "re_assign_action"]\n
\n
message = [ h for h in state_change.getHistory() \\\n
if h[\'action\'] in valid_transaction_list]\n
......
548
\ No newline at end of file
550
\ No newline at end of file
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