Commit 5ea42019 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added module types to module group. Added business_application base category to module types.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16197 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a0a9b019
<base_category_list>
<portal_type id="Campaign Module">
<item>business_application</item>
</portal_type>
<portal_type id="Event Module">
<item>business_application</item>
</portal_type>
<portal_type id="Meeting Module">
<item>business_application</item>
</portal_type>
<portal_type id="Sale Opportunity Module">
<item>business_application</item>
</portal_type>
<portal_type id="Support Request Module">
<item>business_application</item>
</portal_type>
</base_category_list>
\ No newline at end of file
......@@ -81,7 +81,9 @@
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
<tuple>
<string>module</string>
</tuple>
</value>
</item>
<item>
......
......@@ -100,7 +100,9 @@
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
<tuple>
<string>module</string>
</tuple>
</value>
</item>
<item>
......
......@@ -81,7 +81,9 @@
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
<tuple>
<string>module</string>
</tuple>
</value>
</item>
<item>
......
......@@ -100,7 +100,9 @@
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
<tuple>
<string>module</string>
</tuple>
</value>
</item>
<item>
......
......@@ -100,7 +100,9 @@
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
<tuple>
<string>module</string>
</tuple>
</value>
</item>
<item>
......
78
\ No newline at end of file
80
\ No newline at end of file
Campaign Module | business_application
Event Module | business_application
Meeting Module | business_application
Sale Opportunity Module | business_application
Support Request Module | business_application
\ No newline at end of file
<base_category_list>
<portal_type id="Bug Module">
<item>business_application</item>
</portal_type>
<portal_type id="Glossary Module">
<item>business_application</item>
</portal_type>
<portal_type id="Glossary Term">
<item>language</item>
<item>business_field</item>
</portal_type>
<portal_type id="Upload Module">
<item>business_application</item>
</portal_type>
</base_category_list>
\ No newline at end of file
......@@ -42,6 +42,10 @@
<list/>
</value>
</item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>allowed_content_types</string> </key>
<value>
......@@ -75,6 +79,14 @@ be a problem).</string> </value>
<key> <string>filter_content_types</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>module</string>
</tuple>
</value>
</item>
<item>
<key> <string>hidden_content_type_list</string> </key>
<value>
......@@ -89,6 +101,10 @@ be a problem).</string> </value>
<key> <string>init_script</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>property_sheet_list</string> </key>
<value>
......
......@@ -82,7 +82,9 @@
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
<tuple>
<string>module</string>
</tuple>
</value>
</item>
<item>
......
......@@ -81,7 +81,9 @@
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
<tuple>
<string>module</string>
</tuple>
</value>
</item>
<item>
......@@ -98,6 +100,10 @@
<key> <string>init_script</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>property_sheet_list</string> </key>
<value>
......
162
\ No newline at end of file
163
\ No newline at end of file
Bug Module | business_application
Glossary Module | business_application
Glossary Term | business_field
Glossary Term | language
\ No newline at end of file
Glossary Term | language
Upload Module | business_application
\ 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