Commit a0a9b019 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Add module types to module group and add business_application category to modules types.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16195 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5809046e
...@@ -5,10 +5,16 @@ ...@@ -5,10 +5,16 @@
<item>predecessor</item> <item>predecessor</item>
<item>similar</item> <item>similar</item>
</portal_type> </portal_type>
<portal_type id="Web Page Module">
<item>business_application</item>
</portal_type>
<portal_type id="Web Section"> <portal_type id="Web Section">
<item>aggregate</item> <item>aggregate</item>
</portal_type> </portal_type>
<portal_type id="Web Site"> <portal_type id="Web Site">
<item>aggregate</item> <item>aggregate</item>
</portal_type> </portal_type>
<portal_type id="Web Site Module">
<item>business_application</item>
</portal_type>
</base_category_list> </base_category_list>
\ No newline at end of file
...@@ -82,7 +82,9 @@ be a problem).</string> </value> ...@@ -82,7 +82,9 @@ be a problem).</string> </value>
<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>
...@@ -99,6 +101,10 @@ be a problem).</string> </value> ...@@ -99,6 +101,10 @@ be a problem).</string> </value>
<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>
......
...@@ -82,7 +82,9 @@ be a problem).</string> </value> ...@@ -82,7 +82,9 @@ be a problem).</string> </value>
<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>
...@@ -99,6 +101,10 @@ be a problem).</string> </value> ...@@ -99,6 +101,10 @@ be a problem).</string> </value>
<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>
......
573 578
\ No newline at end of file \ No newline at end of file
Web Page Module | business_application
Web Page | predecessor Web Page | predecessor
Web Page | publication_section Web Page | publication_section
Web Page | similar Web Page | similar
Web Page | successor Web Page | successor
Web Section | aggregate Web Section | aggregate
Web Site Module | business_application
Web Site | aggregate Web Site | aggregate
\ 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