Commit 83330563 authored by Romain Courteaud's avatar Romain Courteaud

Associate edit_workflow with Lines.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13001 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a0fb509e
......@@ -19,12 +19,16 @@
<type>Task</type>
<workflow>task_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Task Line</type>
<workflow>edit_workflow</workflow>
</chain>
<chain>
<type>Task Report</type>
<workflow>task_report_interaction_workflow, edit_workflow, task_report_causality_workflow, task_report_workflow</workflow>
</chain>
<chain>
<type>Task Report Line</type>
<workflow>task_report_interaction_workflow</workflow>
<workflow>task_report_interaction_workflow, edit_workflow</workflow>
</chain>
</workflow_chain>
\ No newline at end of file
237
\ No newline at end of file
241
\ No newline at end of file
......@@ -4,6 +4,8 @@ Project | order_workflow
Requirement Document | edit_workflow
Requirement | edit_workflow
Requirement | requirement_analysis_workflow
Task Line | edit_workflow
Task Report Line | edit_workflow
Task Report Line | task_report_interaction_workflow
Task Report | edit_workflow
Task Report | task_report_causality_workflow
......
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