[Erp5-report] r18223 - in /erp5/trunk/bt5/erp5_crm: WorkflowTemplateItem/portal_workflow/sa...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Dec 11 11:59:35 CET 2007


Author: jerome
Date: Tue Dec 11 11:59:34 2007
New Revision: 18223

URL: http://svn.erp5.org?rev=18223&view=rev
Log:
again, one use of context was left in r18137

Added:
    erp5/trunk/bt5/erp5_crm/bt/template_catalog_datetime_key_list
Modified:
    erp5/trunk/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/sale_opportunity_workflow/scripts/mail_message.xml
    erp5/trunk/bt5/erp5_crm/bt/revision

Modified: erp5/trunk/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/sale_opportunity_workflow/scripts/mail_message.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/sale_opportunity_workflow/scripts/mail_message.xml?rev=18223&r1=18222&r2=18223&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/sale_opportunity_workflow/scripts/mail_message.xml (original)
+++ erp5/trunk/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/sale_opportunity_workflow/scripts/mail_message.xml Tue Dec 11 11:59:34 2007
@@ -72,8 +72,9 @@
 # XXX Wrong way to get email or even to send an email\n
 PersonModule_viewPersonList = document.getClientValueList(portal_type="Person") # should become getDestinationSectionList()\n
 email_list = map(lambda x:x.getDefaultEmailText(), PersonModule_viewPersonList)\n
-document.MailHost.send(message, mto=email_list, mfrom=context.portal_preferences.getPreferredEventSenderEmail(),\n
-                                  subject=string_subject)\n
+document.MailHost.send(message, mto=email_list,\n
+                  mfrom=document.portal_preferences.getPreferredEventSenderEmail(),\n
+                  subject=string_subject)\n
 </string> </value>
         </item>
         <item>
@@ -125,7 +126,6 @@
                             <string>PersonModule_viewPersonList</string>
                             <string>map</string>
                             <string>email_list</string>
-                            <string>context</string>
                           </tuple>
                         </value>
                     </item>

Modified: erp5/trunk/bt5/erp5_crm/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/bt/revision?rev=18223&r1=18222&r2=18223&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/bt/revision (original)
+++ erp5/trunk/bt5/erp5_crm/bt/revision Tue Dec 11 11:59:34 2007
@@ -1,1 +1,1 @@
-128
+129

Added: erp5/trunk/bt5/erp5_crm/bt/template_catalog_datetime_key_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/bt/template_catalog_datetime_key_list?rev=18223&view=auto
==============================================================================
    (empty)




More information about the Erp5-report mailing list