Commit 15137d0f authored by Jérome Perrin's avatar Jérome Perrin

*: move rule_interaction_workflow to legacy simulation

This was used for "Predicate Matrix" in invoice transaction rule of old
simulation ( the matrix of "Accounting Rule Cell"s ).

This is not longer used in new simulation.
parent a0a543f8
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
</chain> </chain>
<chain> <chain>
<type>Payment Simulation Rule</type> <type>Payment Simulation Rule</type>
<workflow>edit_workflow, rule_interaction_workflow, rule_validation_workflow</workflow> <workflow>edit_workflow, rule_validation_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Payment Transaction</type> <type>Payment Transaction</type>
......
...@@ -22,7 +22,6 @@ Internal Invoice Transaction | internal_invoice_transaction_simulation_workflow ...@@ -22,7 +22,6 @@ Internal Invoice Transaction | internal_invoice_transaction_simulation_workflow
Invoice Root Simulation Rule | edit_workflow Invoice Root Simulation Rule | edit_workflow
Invoice Root Simulation Rule | rule_validation_workflow Invoice Root Simulation Rule | rule_validation_workflow
Payment Simulation Rule | edit_workflow Payment Simulation Rule | edit_workflow
Payment Simulation Rule | rule_interaction_workflow
Payment Simulation Rule | rule_validation_workflow Payment Simulation Rule | rule_validation_workflow
Payment Transaction | accounting_workflow Payment Transaction | accounting_workflow
Payment Transaction | delivery_causality_interaction_workflow Payment Transaction | delivery_causality_interaction_workflow
......
<workflow_chain>
<chain>
<type>Invoice Transaction Simulation Rule</type>
<workflow>rule_interaction_workflow</workflow>
</chain>
<chain>
<type>Payment Simulation Rule</type>
<workflow>rule_interaction_workflow</workflow>
</chain>
<chain>
<type>Predicate</type>
<workflow>rule_interaction_workflow</workflow>
</chain>
</workflow_chain>
\ No newline at end of file
Invoice Transaction Simulation Rule | rule_interaction_workflow
Payment Simulation Rule | rule_interaction_workflow
Predicate | rule_interaction_workflow
\ No newline at end of file
rule_interaction_workflow
\ No newline at end of file
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</chain> </chain>
<chain> <chain>
<type>Invoice Transaction Simulation Rule</type> <type>Invoice Transaction Simulation Rule</type>
<workflow>edit_workflow, rule_interaction_workflow, rule_validation_workflow</workflow> <workflow>edit_workflow, rule_validation_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Trade Model Simulation Rule</type> <type>Trade Model Simulation Rule</type>
......
...@@ -11,7 +11,6 @@ Invoice Line | trade_matrix_workflow ...@@ -11,7 +11,6 @@ Invoice Line | trade_matrix_workflow
Invoice Simulation Rule | edit_workflow Invoice Simulation Rule | edit_workflow
Invoice Simulation Rule | rule_validation_workflow Invoice Simulation Rule | rule_validation_workflow
Invoice Transaction Simulation Rule | edit_workflow Invoice Transaction Simulation Rule | edit_workflow
Invoice Transaction Simulation Rule | rule_interaction_workflow
Invoice Transaction Simulation Rule | rule_validation_workflow Invoice Transaction Simulation Rule | rule_validation_workflow
Trade Model Simulation Rule | edit_workflow Trade Model Simulation Rule | edit_workflow
Trade Model Simulation Rule | rule_validation_workflow Trade Model Simulation Rule | rule_validation_workflow
\ No newline at end of file
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
</chain> </chain>
<chain> <chain>
<type>Predicate</type> <type>Predicate</type>
<workflow>edit_workflow, rule_interaction_workflow</workflow> <workflow>edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Preference</type> <type>Preference</type>
......
...@@ -35,7 +35,6 @@ Extension Component | edit_workflow ...@@ -35,7 +35,6 @@ Extension Component | edit_workflow
Mapped Value | edit_workflow Mapped Value | edit_workflow
Memcached Plugin | memcached_plugin_interaction_workflow Memcached Plugin | memcached_plugin_interaction_workflow
Predicate | edit_workflow Predicate | edit_workflow
Predicate | rule_interaction_workflow
Preference | edit_workflow Preference | edit_workflow
Preference | preference_workflow Preference | preference_workflow
Property Existence Constraint | dynamic_class_generation_interaction_workflow Property Existence Constraint | dynamic_class_generation_interaction_workflow
......
...@@ -8,6 +8,5 @@ edit_workflow ...@@ -8,6 +8,5 @@ edit_workflow
memcached_plugin_interaction_workflow memcached_plugin_interaction_workflow
preference_workflow preference_workflow
pricing_interaction_workflow pricing_interaction_workflow
rule_interaction_workflow
rule_validation_workflow rule_validation_workflow
validation_workflow validation_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