From 437dddebaa4dc7c21fe2f3b5e762e2c6c3c37b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 5 Nov 2007 18:10:22 +0000 Subject: [PATCH] use getCategoryChildTranslatedIndentedTitleItemList instead of getCategoryChildIndentedTitleItemList git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17400 20353a03-c40f-0410-a6d1-a30d3c3de9de --- ...Preference_getCategoryChildItemListMethodItemList.xml | 9 +++------ product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_getCategoryChildItemListMethodItemList.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_getCategoryChildItemListMethodItemList.xml index 97c0168462..e15ec85c5e 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_getCategoryChildItemListMethodItemList.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_getCategoryChildItemListMethodItemList.xml @@ -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> @@ -74,7 +71,7 @@ N_ = lambda msg: Message(\'erp5_ui\', msg)\n return [\n (\'\', \'\'),\n (N_(\'Logical Path\'), \'getCategoryChildTranslatedLogicalPathItemList\', ),\n - (N_(\'Indented Title\'), \'getCategoryChildIndentedTitleItemList\', )\n + (N_(\'Indented Title\'), \'getCategoryChildTranslatedIndentedTitleItemList\', )\n ]\n </string> </value> </item> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index f5bba53e70..bccf25b788 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -556 \ No newline at end of file +557 \ No newline at end of file -- 2.30.9