[Erp5-report] r14197 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: PortalTypeAllowedC...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Apr 24 20:15:30 CEST 2007
Author: jerome
Date: Tue Apr 24 20:15:28 2007
New Revision: 14197
URL: http://svn.erp5.org?rev=14197&view=rev
Log:
Fix bogus allowed content types configuration
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_allowed_content_type_list
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_workflow_chain_list
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml?rev=14197&r1=14196&r2=14197&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml Tue Apr 24 20:15:28 2007
@@ -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,17 +44,8 @@
<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>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml?rev=14197&r1=14196&r2=14197&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml Tue Apr 24 20:15:28 2007
@@ -1,6 +1,10 @@
<workflow_chain>
<chain>
<type>Category</type>
+ <workflow>edit_workflow</workflow>
+ </chain>
+ <chain>
+ <type>Category Divergence Tester</type>
<workflow>edit_workflow</workflow>
</chain>
<chain>
@@ -28,6 +32,14 @@
<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>
</chain>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=14197&r1=14196&r2=14197&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Tue Apr 24 20:15:28 2007
@@ -1,1 +1,1 @@
-298
+302
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_allowed_content_type_list
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_allowed_content_type_list?rev=14197&r1=14196&r2=14197&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_allowed_content_type_list (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_allowed_content_type_list Tue Apr 24 20:15:28 2007
@@ -6,7 +6,6 @@
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 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
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_workflow_chain_list
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_workflow_chain_list?rev=14197&r1=14196&r2=14197&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_workflow_chain_list (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_workflow_chain_list Tue Apr 24 20:15:28 2007
@@ -1,3 +1,4 @@
+Category Divergence Tester | edit_workflow
Category | edit_workflow
Document | edit_workflow
Favorite | edit_workflow
@@ -5,4 +6,6 @@
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
More information about the Erp5-report
mailing list