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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 18 13:34:00 CET 2010


Author: tatuya
Date: Thu Feb 18 13:33:57 2010
New Revision: 32769

URL: http://svn.erp5.org?rev=32769&view=rev
Log:
2010-02-18 tatuya
* Fix a issue that Bug document can not cancel the bug, because it can not add a content when cancelled state and the transition try to create an event.

Modified:
    erp5/trunk/bt5/erp5_forge/WorkflowTemplateItem/portal_workflow/bug_workflow/scripts/Bug_sendNotification.xml
    erp5/trunk/bt5/erp5_forge/bt/change_log
    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=32769&r1=32768&r2=32769&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 Feb 18 13:33:57 2010
@@ -106,7 +106,9 @@
         <item>
             <key> <string>_proxy_roles</string> </key>
             <value>
-              <tuple/>
+              <tuple>
+                <string>Manager</string>
+              </tuple>
             </value>
         </item>
         <item>

Modified: erp5/trunk/bt5/erp5_forge/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_forge/bt/change_log?rev=32769&r1=32768&r2=32769&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_forge/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_forge/bt/change_log [utf8] Thu Feb 18 13:33:57 2010
@@ -1,3 +1,6 @@
+2010-02-18 tatuya
+* Fix a issue that Bug document can not cancel the bug, because it can not add a content when cancelled state and the transition try to create an event.
+
 2009-11-18 yusei
 * Fix wrong python script parameter.
 

Modified: erp5/trunk/bt5/erp5_forge/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_forge/bt/revision?rev=32769&r1=32768&r2=32769&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_forge/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_forge/bt/revision [utf8] Thu Feb 18 13:33:57 2010
@@ -1,1 +1,1 @@
-563
+564




More information about the Erp5-report mailing list