Commit eae0d0fc authored by Romain Courteaud's avatar Romain Courteaud

Associate Task to interaction workflow used to trigger simulation expand.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16026 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eb5af9ec
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
</chain> </chain>
<chain> <chain>
<type>Task</type> <type>Task</type>
<workflow>task_workflow, edit_workflow</workflow> <workflow>task_workflow, edit_workflow, order_simulation_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Task Line</type> <type>Task Line</type>
<workflow>edit_workflow</workflow> <workflow>order_movement_simulation_interaction_workflow, edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Task Report</type> <type>Task Report</type>
......
273 276
\ No newline at end of file \ No newline at end of file
...@@ -5,6 +5,7 @@ Requirement Document | edit_workflow ...@@ -5,6 +5,7 @@ Requirement Document | edit_workflow
Requirement | edit_workflow Requirement | edit_workflow
Requirement | requirement_analysis_workflow Requirement | requirement_analysis_workflow
Task Line | edit_workflow Task Line | edit_workflow
Task Line | order_movement_simulation_interaction_workflow
Task Report Line | edit_workflow Task Report Line | edit_workflow
Task Report Line | task_report_interaction_workflow Task Report Line | task_report_interaction_workflow
Task Report | edit_workflow Task Report | edit_workflow
...@@ -12,4 +13,5 @@ Task Report | task_report_causality_workflow ...@@ -12,4 +13,5 @@ Task Report | task_report_causality_workflow
Task Report | task_report_interaction_workflow Task Report | task_report_interaction_workflow
Task Report | task_report_workflow Task Report | task_report_workflow
Task | edit_workflow Task | edit_workflow
Task | order_simulation_interaction_workflow
Task | task_workflow Task | task_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