Commit 402cbbce authored by Łukasz Nowak's avatar Łukasz Nowak

- 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
parent bd7b28b3
......@@ -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
......
1297
\ No newline at end of file
1298
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment