From 402cbbce1feda8888ebe33097d3ba5493342b6a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Fri, 11 Sep 2009 12:16:35 +0000
Subject: [PATCH]  - set business_application as base category when creating
 module

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28946 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_core/ERP5Site_createModule.xml           | 3 ++-
 product/ERP5/bootstrap/erp5_core/bt/revision                   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_createModule.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_createModule.xml
index 40649ef152..f2c0e24feb 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_createModule.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_createModule.xml
@@ -71,7 +71,8 @@ module_portal_type_value.manage_changeProperties(\n
                content_icon=\'folder_icon.gif\',\n
                filter_content_types=1,\n
                allowed_content_types=(object_portal_type_id, ),\n
-               group_list=(\'module\',))\n
+               group_list=(\'module\',),\n
+               base_category_list=(\'business_application\',))\n
 # initialize translation domains\n
 module_portal_type_value.changeTranslations(\n
              properties=dict(title=\'erp5_ui\', short_title=\'erp5_ui\'))\n
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index 254aba4817..176e62cb36 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-1297
\ No newline at end of file
+1298
\ No newline at end of file
-- 
2.30.9