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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 2 10:42:40 CEST 2007


Author: jerome
Date: Tue Oct  2 10:42:40 2007
New Revision: 16766

URL: http://svn.erp5.org?rev=16766&view=rev
Log:
Base_viewListModeRenderer: don't delegate list_action, but set it to "list", in order to prevent infinite recursion

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=16766&r1=16765&r2=16766&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewListModeRenderer/listbox.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewListModeRenderer/listbox.xml Tue Oct  2 10:42:40 2007
@@ -19,6 +19,7 @@
                 <string>lines</string>
                 <string>search</string>
                 <string>select</string>
+                <string>list_action</string>
               </list>
             </value>
         </item>
@@ -116,6 +117,10 @@
                     <value> <int>10</int> </value>
                 </item>
                 <item>
+                    <key>                 <string>list_action</string> </key>
+                    <value> <string>list</string> </value>
+                </item>
+                <item>
                     <key>                 <string>search</string> </key>
                     <value> <int>0</int> </value>
                 </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=16766&r1=16765&r2=16766&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Tue Oct  2 10:42:40 2007
@@ -1,1 +1,1 @@
-485
+486




More information about the Erp5-report mailing list