From 7b144d7e2f4631f1202022318b9f43dfaff2fe7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 14 Nov 2006 10:59:35 +0000 Subject: [PATCH] Category_getSortedCategoryChildValueList is not needed here git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11290 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_core/Category_view/listbox.xml | 11 ++++++++--- product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Category_view/listbox.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Category_view/listbox.xml index 6cc8eb30e8..701431fe6f 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Category_view/listbox.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Category_view/listbox.xml @@ -485,12 +485,17 @@ </item> <item> <key> <string>selection_name</string> </key> - <value> <string></string> </value> + <value> <string>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> @@ -539,7 +544,7 @@ <dictionary> <item> <key> <string>method_name</string> </key> - <value> <string>Category_getSortedCategoryChildValueList</string> </value> + <value> <string>getCategoryChildValueList</string> </value> </item> </dictionary> </pickle> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 09df927592..2efea5198b 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -166 \ No newline at end of file +167 \ No newline at end of file -- 2.30.9