[Erp5-report] r37075 daniele - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTempla...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jul 13 10:23:15 CEST 2010


Author: daniele
Date: Tue Jul 13 10:23:14 2010
New Revision: 37075

URL: http://svn.erp5.org?rev=37075&view=rev
Log:
Fix bug 1747:
Return the previous form when click two times on a list action

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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewListModeRenderer/listbox.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewListModeRenderer/listbox.xml?rev=37075&r1=37074&r2=37075&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewListModeRenderer/listbox.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewListModeRenderer/listbox.xml [utf8] Tue Jul 13 10:23:14 2010
@@ -13,12 +13,12 @@
             <key> <string>delegated_list</string> </key>
             <value>
               <list>
+                <string>anchor</string>
                 <string>lines</string>
+                <string>list_action</string>
                 <string>list_method</string>
                 <string>search</string>
                 <string>select</string>
-                <string>anchor</string>
-                <string>list_action</string>
               </list>
             </value>
         </item>
@@ -84,12 +84,14 @@
                 </item>
                 <item>
                     <key> <string>list_action</string> </key>
-                    <value> <string></string> </value>
+                    <value>
+                      <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent>
+                    </value>
                 </item>
                 <item>
                     <key> <string>list_method</string> </key>
                     <value>
-                      <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent>
+                      <persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent>
                     </value>
                 </item>
                 <item>
@@ -134,7 +136,7 @@
                 <item>
                     <key> <string>list_method</string> </key>
                     <value>
-                      <persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent>
+                      <persistent> <string encoding="base64">AAAAAAAAAAc=</string> </persistent>
                     </value>
                 </item>
                 <item>
@@ -214,7 +216,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>field/ListBox_getListModeProxyListMethodName</string> </value>
+            <value> <string>request/proxy_form_id | python: context.portal_selections.getSelectionParamsFor(\'list_mode_proxy_selection\').get(\'proxy_form_id\', \'Folder_viewContentList\')</string> </value>
         </item>
       </dictionary>
     </pickle>
@@ -222,6 +224,22 @@
   <record id="6" aka="AAAAAAAAAAY=">
     <pickle>
       <tuple>
+        <global name="TALESMethod" module="Products.Formulator.TALESField"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_text</string> </key>
+            <value> <string>field/ListBox_getListModeProxyListMethodName</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="7" aka="AAAAAAAAAAc=">
+    <pickle>
+      <tuple>
         <global name="Method" module="Products.Formulator.MethodField"/>
         <tuple/>
       </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=37075&r1=37074&r2=37075&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Tue Jul 13 10:23:14 2010
@@ -1 +1 @@
-1626
\ No newline at end of file
+1627




More information about the Erp5-report mailing list