[Erp5-report] r38991 fx.algrain - /experimental/bt5/erp5_credential/SkinTemplateItem/portal...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 8 10:30:37 CEST 2010


Author: fx.algrain
Date: Fri Oct  8 10:30:31 2010
New Revision: 38991

URL: http://svn.erp5.org?rev=38991&view=rev
Log:
Fix error asHTML don't exist , use asEntireHTML

Modified:
    experimental/bt5/erp5_credential/SkinTemplateItem/portal_skins/erp5_credential/CredentialRequest_sendAcceptedNotification.xml

Modified: experimental/bt5/erp5_credential/SkinTemplateItem/portal_skins/erp5_credential/CredentialRequest_sendAcceptedNotification.xml
URL: http://svn.erp5.org/experimental/bt5/erp5_credential/SkinTemplateItem/portal_skins/erp5_credential/CredentialRequest_sendAcceptedNotification.xml?rev=38991&r1=38990&r2=38991&view=diff
==============================================================================
--- experimental/bt5/erp5_credential/SkinTemplateItem/portal_skins/erp5_credential/CredentialRequest_sendAcceptedNotification.xml [utf8] (original)
+++ experimental/bt5/erp5_credential/SkinTemplateItem/portal_skins/erp5_credential/CredentialRequest_sendAcceptedNotification.xml [utf8] Fri Oct  8 10:30:31 2010
@@ -80,7 +80,7 @@ if password:\n
 \n
 #Preserve HTML else convert to text\n
 if notification_message.getContentType() == "text/html":\n
-  mail_text = notification_message.asHTML(\n
+  mail_text = notification_message.asEntireHTML(\n
     substitution_method_parameter_dict={\'mapping_dict\':notification_mapping_dict})\n
 else:\n
   mail_text = notification_message.asText(\n




More information about the Erp5-report mailing list