Commit c9b5e8aa authored by Jérome Perrin's avatar Jérome Perrin

Associate the created module with "module" group

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20035 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9d1e91c1
......@@ -82,7 +82,8 @@ module_portal_type_value = portal_types[module_portal_type]\n
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
allowed_content_types=(object_portal_type_id, ),\n
group_list=(\'module\',))\n
\n
module_list_form_id = (\'%s_view%sList\' % (module_portal_type,\n
object_portal_type)).replace(\' \', \'\')\n
......
753
\ No newline at end of file
754
\ 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