[Erp5-report] r24619 - in /erp5/trunk/bt5/erp5_egov: WorkflowTemplateItem/portal_workflow/e...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 17 20:24:43 CET 2008


Author: fabien
Date: Mon Nov 17 20:24:42 2008
New Revision: 24619

URL: http://svn.erp5.org?rev=24619&view=rev
Log:
fix a mistake in a script and put sendNotificationByMail script in activity script

Modified:
    erp5/trunk/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_interaction_workflow/interactions/SubscriptionForm_AccountInexistance.xml
    erp5/trunk/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_interaction_workflow/scripts/sendNotificationByMail.xml
    erp5/trunk/bt5/erp5_egov/bt/revision

Modified: erp5/trunk/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_interaction_workflow/interactions/SubscriptionForm_AccountInexistance.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_interaction_workflow/interactions/SubscriptionForm_AccountInexistance.xml?rev=24619&r1=24618&r2=24619&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_interaction_workflow/interactions/SubscriptionForm_AccountInexistance.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_interaction_workflow/interactions/SubscriptionForm_AccountInexistance.xml [utf8] Mon Nov 17 20:24:42 2008
@@ -24,15 +24,15 @@
         <item>
             <key> <string>activate_script_name</string> </key>
             <value>
-              <tuple/>
+              <list>
+                <string>sendNotificationByMail</string>
+              </list>
             </value>
         </item>
         <item>
             <key> <string>after_script_name</string> </key>
             <value>
-              <list>
-                <string>sendNotificationByMail</string>
-              </list>
+              <tuple/>
             </value>
         </item>
         <item>

Modified: erp5/trunk/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_interaction_workflow/scripts/sendNotificationByMail.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_interaction_workflow/scripts/sendNotificationByMail.xml?rev=24619&r1=24618&r2=24619&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_interaction_workflow/scripts/sendNotificationByMail.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_interaction_workflow/scripts/sendNotificationByMail.xml [utf8] Mon Nov 17 20:24:42 2008
@@ -70,7 +70,7 @@
 msg.append(subject)\n
 msg.append(translateString("An Agent will review your application shortly. You will be notified by email whenever your application will start being processed. To further track your application, connect and login any time to the following site"))\n
 msg.append(context.getWebSiteValue().getAbsoluteUrl())\n
-msg.append(translateString("And use the login") + " : " + form.getReference()\n
+msg.append(translateString("And use the login") + " : " + form.getReference())\n
 msg.append(translateString("and the password") + " : " + form.getPassword())\n
 \n
 msg = "\\n".join(msg)\n
@@ -104,9 +104,7 @@
         <item>
             <key> <string>errors</string> </key>
             <value>
-              <tuple>
-                <string>invalid syntax (Script (Python), line 19)</string>
-              </tuple>
+              <tuple/>
             </value>
         </item>
         <item>
@@ -121,12 +119,25 @@
                   <dictionary>
                     <item>
                         <key> <string>co_argcount</string> </key>
-                        <value> <int>0</int> </value>
+                        <value> <int>1</int> </value>
                     </item>
                     <item>
                         <key> <string>co_varnames</string> </key>
                         <value>
-                          <tuple/>
+                          <tuple>
+                            <string>state_change</string>
+                            <string>Products.DCWorkflow.DCWorkflow</string>
+                            <string>ValidationFailed</string>
+                            <string>_getattr_</string>
+                            <string>context</string>
+                            <string>translateString</string>
+                            <string>portal_catalog</string>
+                            <string>_getitem_</string>
+                            <string>form</string>
+                            <string>msg</string>
+                            <string>subject</string>
+                            <string>True</string>
+                          </tuple>
                         </value>
                     </item>
                   </dictionary>
@@ -137,7 +148,7 @@
         <item>
             <key> <string>func_defaults</string> </key>
             <value>
-              <tuple/>
+              <none/>
             </value>
         </item>
         <item>

Modified: erp5/trunk/bt5/erp5_egov/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/bt/revision?rev=24619&r1=24618&r2=24619&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_egov/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_egov/bt/revision [utf8] Mon Nov 17 20:24:42 2008
@@ -1,1 +1,1 @@
-451
+453




More information about the Erp5-report mailing list