Commit 62c6017f authored by Julien Muchembled's avatar Julien Muchembled

Clean up erp_web

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30544 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 11024b90
...@@ -203,25 +203,13 @@ ...@@ -203,25 +203,13 @@
</record> </record>
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <global name="Length" module="BTrees.Length"/>
<tuple>
<string>BTrees.Length</string>
<string>Length</string>
</tuple>
<none/>
</tuple>
</pickle> </pickle>
<pickle> <int>0</int> </pickle> <pickle> <int>0</int> </pickle>
</record> </record>
<record id="3" aka="AAAAAAAAAAM="> <record id="3" aka="AAAAAAAAAAM=">
<pickle> <pickle>
<tuple> <global name="OOBTree" module="BTrees._OOBTree"/>
<tuple>
<string>BTrees.OOBTree</string>
<string>OOBTree</string>
</tuple>
<none/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<none/> <none/>
...@@ -229,13 +217,7 @@ ...@@ -229,13 +217,7 @@
</record> </record>
<record id="4" aka="AAAAAAAAAAQ="> <record id="4" aka="AAAAAAAAAAQ=">
<pickle> <pickle>
<tuple> <global name="OOBTree" module="BTrees._OOBTree"/>
<tuple>
<string>BTrees.OOBTree</string>
<string>OOBTree</string>
</tuple>
<none/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<none/> <none/>
......
...@@ -7,16 +7,16 @@ ...@@ -7,16 +7,16 @@
<item>Web Page</item> <item>Web Page</item>
</portal_type> </portal_type>
<portal_type id="Web Section"> <portal_type id="Web Section">
<item>Web Section</item>
<item>File</item> <item>File</item>
<item>Role Definition</item>
<item>Image</item> <item>Image</item>
<item>Role Definition</item>
<item>Web Section</item>
</portal_type> </portal_type>
<portal_type id="Web Site"> <portal_type id="Web Site">
<item>File</item>
<item>Image</item>
<item>Role Definition</item> <item>Role Definition</item>
<item>Web Section</item> <item>Web Section</item>
<item>Image</item>
<item>File</item>
</portal_type> </portal_type>
<portal_type id="Web Site Module"> <portal_type id="Web Site Module">
<item>Web Site</item> <item>Web Site</item>
......
<base_category_list> <base_category_list>
<portal_type id="Web Page"> <portal_type id="Web Page">
<item>successor</item>
<item>publication_section</item>
<item>predecessor</item> <item>predecessor</item>
<item>publication_section</item>
<item>similar</item> <item>similar</item>
<item>successor</item>
</portal_type> </portal_type>
<portal_type id="Web Page Module"> <portal_type id="Web Page Module">
<item>business_application</item> <item>business_application</item>
......
...@@ -13,10 +13,10 @@ ...@@ -13,10 +13,10 @@
</chain> </chain>
<chain> <chain>
<type>Web Section</type> <type>Web Section</type>
<workflow>category_publication_workflow, local_permission_interaction_workflow, edit_workflow</workflow> <workflow>category_publication_workflow, edit_workflow, local_permission_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Web Site</type> <type>Web Site</type>
<workflow>local_permission_interaction_workflow, edit_workflow, category_publication_workflow</workflow> <workflow>category_publication_workflow, edit_workflow, local_permission_interaction_workflow</workflow>
</chain> </chain>
</workflow_chain> </workflow_chain>
\ No newline at end of file
870 871
\ 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