[Erp5-report] r42563 seb - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateIt...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jan 21 11:54:58 CET 2011


Author: seb
Date: Fri Jan 21 11:54:58 2011
New Revision: 42563

URL: http://svn.erp5.org?rev=42563&view=rev
Log:
also update your_ fields since they are now widely used in dialogs

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_updateDialogForm.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_updateDialogForm.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_updateDialogForm.xml?rev=42563&r1=42562&r2=42563&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_updateDialogForm.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_updateDialogForm.xml [utf8] Fri Jan 21 11:54:58 2011
@@ -71,8 +71,11 @@ for k in kw.keys():\n
         i+=1\n
       request.set(k,listbox)\n
   else:\n
-    request.set(\'my_%s\' % k, v)\n
+    request.set(\'your_%s\' % k, v)\n
     request.set(\'%s\' % k, v)\n
+    # for backward compatibility, we keep my_ for dialog\n
+    # using old naming conventions\n
+    request.set(\'my_%s\' % k, v)\n
 </string> </value>
         </item>
         <item>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=42563&r1=42562&r2=42563&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Fri Jan 21 11:54:58 2011
@@ -1 +1 @@
-40854
\ No newline at end of file
+40855
\ No newline at end of file



More information about the Erp5-report mailing list