[Erp5-report] r18151 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Dec 7 18:59:36 CET 2007


Author: jerome
Date: Fri Dec  7 18:59:36 2007
New Revision: 18151

URL: http://svn.erp5.org?rev=18151&view=rev
Log:
fix NameError `form` in Base_configureSortOn

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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_configureSortOn.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_configureSortOn.xml?rev=18151&r1=18150&r2=18151&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_configureSortOn.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_configureSortOn.xml Fri Dec  7 18:59:36 2007
@@ -3,11 +3,8 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.PythonScripts.PythonScript</string>
-          <string>PythonScript</string>
-        </tuple>
-        <none/>
+        <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
@@ -76,6 +73,7 @@
 \n
 request = context.REQUEST\n
 field_sort_type = request.form.get(\'field_sort_type\', None)\n
+form = context.Folder_viewSortOnDialog\n
 \n
 try:\n
   # No validation for now\n
@@ -156,15 +154,16 @@
                             <string>request</string>
                             <string>None</string>
                             <string>field_sort_type</string>
+                            <string>form</string>
                             <string>sort_on</string>
                             <string>i</string>
                             <string>_getiter_</string>
                             <string>k</string>
                             <string>_getitem_</string>
                             <string>v</string>
+                            <string>_inplacevar_</string>
                             <string>t</string>
                             <string>validation_errors</string>
-                            <string>form</string>
                             <string>field_errors</string>
                             <string>redirect_url</string>
                           </tuple>

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=18151&r1=18150&r2=18151&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Fri Dec  7 18:59:36 2007
@@ -1,1 +1,1 @@
-637
+638




More information about the Erp5-report mailing list