[Erp5-report] r29830 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 20 10:32:36 CEST 2009


Author: kazuhiko
Date: Tue Oct 20 10:32:34 2009
New Revision: 29830

URL: http://svn.erp5.org?rev=29830&view=rev
Log:
after 'portal type of portal type', ai here is just a dict. this change will fix current failure of testPrintActions in our functional tests.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_fixDialogActions.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_fixDialogActions.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_fixDialogActions.xml?rev=29830&r1=29829&r2=29830&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_fixDialogActions.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_fixDialogActions.xml [utf8] Tue Oct 20 10:32:34 2009
@@ -80,8 +80,8 @@
   ai_copy = ai.copy()\n
   # this is quite low level. It may require to be done from file system code in\n
   # the future.\n
-  ai_copy.data[\'original_url\'] = ai_copy[\'url\']\n
-  ai_copy.data[\'url\'] = addDialogIfNeeded(ai_copy[\'url\'])\n
+  ai_copy[\'original_url\'] = ai_copy[\'url\']\n
+  ai_copy[\'url\'] = addDialogIfNeeded(ai_copy[\'url\'])\n
   new_print_action_list.append( ai_copy )\n
 \n
 return new_print_action_list\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=29830&r1=29829&r2=29830&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Tue Oct 20 10:32:34 2009
@@ -1,1 +1,1 @@
-845
+846




More information about the Erp5-report mailing list