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 97c0168462ee86956e953512124aa796678df5c9..e15ec85c5e396b210162873a63d864478204dcbc 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 f5bba53e70b5b9a1c60705a0b0f5845a9d5b7823..bccf25b7889cc5f7b0cd7ba58f4b40ae15f65262 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