From a9d9ce273bff6f5ec8cb749eb21f5a14d6cc304d Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Tue, 21 Mar 2006 14:03:06 +0000 Subject: [PATCH] install catalog_method after path_item so that in path_item we can define the folder where zsql method will be stored git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6158 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/BusinessTemplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py index b892ab7a8d..c0287f324b 100755 --- a/product/ERP5/Document/BusinessTemplate.py +++ b/product/ERP5/Document/BusinessTemplate.py @@ -3480,7 +3480,6 @@ Business Template is a set of definitions, such as skins, portal types and categ '_role_item', '_message_translation_item', '_workflow_item', - '_catalog_method_item', '_site_property_item', '_portal_type_item', '_portal_type_workflow_chain_item', @@ -3495,6 +3494,7 @@ Business Template is a set of definitions, such as skins, portal types and categ '_action_item', '_portal_type_roles_item', '_local_roles_item', + '_catalog_method_item', '_catalog_result_key_item', '_catalog_related_key_item', '_catalog_result_table_item', -- 2.30.9