[Erp5-report] r14713 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Jun 6 12:17:14 CEST 2007
Author: jerome
Date: Wed Jun 6 12:17:14 2007
New Revision: 14713
URL: http://svn.erp5.org?rev=14713&view=rev
Log:
selection name was missing on BaseCategory_view/listbox
sort by int_index to be consistent with Category_view
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseCategory_view/listbox.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseCategory_view/listbox.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseCategory_view/listbox.xml?rev=14713&r1=14712&r2=14713&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseCategory_view/listbox.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseCategory_view/listbox.xml Wed Jun 6 12:17:14 2007
@@ -485,12 +485,17 @@
</item>
<item>
<key> <string>selection_name</string> </key>
- <value> <string></string> </value>
+ <value> <string>base_category_view_selection</string> </value>
</item>
<item>
<key> <string>sort</string> </key>
<value>
- <list/>
+ <list>
+ <tuple>
+ <string>int_index</string>
+ <string>int_index</string>
+ </tuple>
+ </list>
</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=14713&r1=14712&r2=14713&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Wed Jun 6 12:17:14 2007
@@ -1,1 +1,1 @@
-342
+343
More information about the Erp5-report
mailing list