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 @@
<item>predecessor</item>
<item>similar</item>
</portal_type>
<portal_type id="Web Page Module">
<item>business_application</item>
</portal_type>
<portal_type id="Web Section">
<item>aggregate</item>
</portal_type>
<portal_type id="Web Site">
<item>aggregate</item>
</portal_type>
<portal_type id="Web Site Module">
<item>business_application</item>
</portal_type>
</base_category_list>
\ No newline at end of file
......@@ -82,7 +82,9 @@ be a problem).</string> </value>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
<tuple>
<string>module</string>
</tuple>
</value>
</item>
<item>
......@@ -99,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 @@ be a problem).</string> </value>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
<tuple>
<string>module</string>
</tuple>
</value>
</item>
<item>
......@@ -99,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>
......
573
\ No newline at end of file
578
\ No newline at end of file
Web Page Module | business_application
Web Page | predecessor
Web Page | publication_section
Web Page | similar
Web Page | successor
Web Section | aggregate
Web Site Module | business_application
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