Commit 18d486c0 authored by Jérome Perrin's avatar Jérome Perrin

Fix bogus allowed content types configuration

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14197 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ab82de15
......@@ -22,9 +22,6 @@
<portal_type id="Category">
<item>Category</item>
</portal_type>
<portal_type id="Category Divergence Tester">
<item>edit_workflow</item>
</portal_type>
<portal_type id="Category Tool">
<item>Base Category</item>
</portal_type>
......@@ -47,18 +44,9 @@
<portal_type id="Order Tool">
<item>Order Builder</item>
</portal_type>
<portal_type id="Predicate">
<item>Value Predicate</item>
</portal_type>
<portal_type id="Preference Tool">
<item>Preference</item>
</portal_type>
<portal_type id="Property Divergence Tester">
<item>edit_workflow</item>
</portal_type>
<portal_type id="Quantity Divergence Tester">
<item>edit_workflow</item>
</portal_type>
<portal_type id="Rule Tool">
<item>Invoice Rule</item>
<item>Invoice Transaction Rule</item>
......
......@@ -3,6 +3,10 @@
<type>Category</type>
<workflow>edit_workflow</workflow>
</chain>
<chain>
<type>Category Divergence Tester</type>
<workflow>edit_workflow</workflow>
</chain>
<chain>
<type>Document</type>
<workflow>edit_workflow</workflow>
......@@ -27,6 +31,14 @@
<type>Preference</type>
<workflow>preference_workflow</workflow>
</chain>
<chain>
<type>Property Divergence Tester</type>
<workflow>edit_workflow</workflow>
</chain>
<chain>
<type>Quantity Divergence Tester</type>
<workflow>edit_workflow</workflow>
</chain>
<chain>
<type>Simulation Movement</type>
<workflow>simulation_movement_interaction_workflow</workflow>
......
298
\ No newline at end of file
302
\ No newline at end of file
......@@ -6,7 +6,6 @@ Cache Factory | Distributed Ram Cache
Cache Factory | Ram Cache
Cache Factory | SQL Cache
Cache Tool | Cache Factory
Category Divergence Tester | edit_workflow
Category Tool | Base Category
Category | Category
Delivery Builder | Predicate
......@@ -16,10 +15,7 @@ Domain | Domain
Domain | Domain Generator
Order Builder | Predicate
Order Tool | Order Builder
Predicate | Value Predicate
Preference Tool | Preference
Property Divergence Tester | edit_workflow
Quantity Divergence Tester | edit_workflow
Rule Tool | Delivery Rule
Rule Tool | Invoice Rule
Rule Tool | Invoice Transaction Rule
......
Category Divergence Tester | edit_workflow
Category | edit_workflow
Document | edit_workflow
Favorite | edit_workflow
......@@ -5,4 +6,6 @@ Link | edit_workflow
Mapped Value | edit_workflow
Predicate | rule_interaction_workflow
Preference | preference_workflow
Property Divergence Tester | edit_workflow
Quantity Divergence Tester | edit_workflow
Simulation Movement | simulation_movement_interaction_workflow
\ 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