[Erp5-report] r31623 tatuya - in /erp5/trunk/bt5/erp5_forge: WorkflowTemplateItem/portal_wo...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 7 11:30:22 CET 2010


Author: tatuya
Date: Thu Jan  7 11:30:20 2010
New Revision: 31623

URL: http://svn.erp5.org?rev=31623&view=rev
Log:
2010-01-07 tatuya
* Make notification message include the workflow comment  when doing the Re-assign action.

Modified:
    erp5/trunk/bt5/erp5_forge/WorkflowTemplateItem/portal_workflow/bug_workflow/scripts/Bug_sendNotification.xml
    erp5/trunk/bt5/erp5_forge/bt/revision

Modified: erp5/trunk/bt5/erp5_forge/WorkflowTemplateItem/portal_workflow/bug_workflow/scripts/Bug_sendNotification.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_forge/WorkflowTemplateItem/portal_workflow/bug_workflow/scripts/Bug_sendNotification.xml?rev=31623&r1=31622&r2=31623&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_forge/WorkflowTemplateItem/portal_workflow/bug_workflow/scripts/Bug_sendNotification.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_forge/WorkflowTemplateItem/portal_workflow/bug_workflow/scripts/Bug_sendNotification.xml [utf8] Thu Jan  7 11:30:20 2010
@@ -67,7 +67,7 @@
     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

Modified: erp5/trunk/bt5/erp5_forge/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_forge/bt/revision?rev=31623&r1=31622&r2=31623&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_forge/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_forge/bt/revision [utf8] Thu Jan  7 11:30:20 2010
@@ -1,1 +1,1 @@
-548
+550




More information about the Erp5-report mailing list