Commit 5809046e authored by Jean-Paul Smets's avatar Jean-Paul Smets

Put module types in module group. Add base category "business_application" to module types.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16193 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dcbee593
<base_category_list> <base_category_list>
<portal_type id="Document Module">
<item>business_application</item>
</portal_type>
<portal_type id="Image Module">
<item>business_application</item>
</portal_type>
<portal_type id="Web Page"> <portal_type id="Web Page">
<item>group</item>
<item>site</item> <item>site</item>
<item>follow_up</item>
<item>function</item> <item>function</item>
<item>follow_up</item>
<item>group</item>
</portal_type> </portal_type>
</base_category_list> </base_category_list>
\ No newline at end of file
...@@ -81,7 +81,9 @@ ...@@ -81,7 +81,9 @@
<item> <item>
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple/> <tuple>
<string>module</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
...@@ -98,6 +100,10 @@ ...@@ -98,6 +100,10 @@
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>property_sheet_list</string> </key> <key> <string>property_sheet_list</string> </key>
<value> <value>
......
...@@ -81,7 +81,9 @@ ...@@ -81,7 +81,9 @@
<item> <item>
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple/> <tuple>
<string>module</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
...@@ -98,6 +100,10 @@ ...@@ -98,6 +100,10 @@
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>property_sheet_list</string> </key> <key> <string>property_sheet_list</string> </key>
<value> <value>
......
670 674
\ No newline at end of file \ No newline at end of file
Document Module | business_application
Image Module | business_application
Web Page | follow_up
Web Page | function Web Page | function
Web Page | group Web Page | group
Web Page | site Web Page | site
Web Page | follow_up \ No newline at end of file
\ 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