Commit 6a6bb1c1 authored by Rafael Monnerat's avatar Rafael Monnerat

Make workflows ids more consistent

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21148 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ea979bcd
......@@ -33,7 +33,7 @@ task_report_module?simulation_state=confirmed&local_roles=%(local_roles)s&reset=
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Tasks assigned to a user or group which are waiting to be processed</string> </value>
<value> <string>Task Reports assigned to a user or group which are waiting to be processed</string> </value>
</item>
<item>
<key> <string>guard</string> </key>
......@@ -43,7 +43,7 @@ task_report_module?simulation_state=confirmed&local_roles=%(local_roles)s&reset=
</item>
<item>
<key> <string>id</string> </key>
<value> <string>2_assignee_confirmed_task</string> </value>
<value> <string>2_assignee_confirmed_task_report</string> </value>
</item>
<item>
<key> <string>var_matches</string> </key>
......
......@@ -33,7 +33,7 @@ task_report_module?simulation_state=started&local_roles=%(local_roles)s&reset=1
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Tasks assigned to a user or group which are being processed</string> </value>
<value> <string>Task Reports assigned to a user or group which are being processed</string> </value>
</item>
<item>
<key> <string>guard</string> </key>
......@@ -43,7 +43,7 @@ task_report_module?simulation_state=started&local_roles=%(local_roles)s&reset=1
</item>
<item>
<key> <string>id</string> </key>
<value> <string>3_assignee_started_task</string> </value>
<value> <string>3_assignee_started_task_report</string> </value>
</item>
<item>
<key> <string>var_matches</string> </key>
......
......@@ -33,7 +33,7 @@ task_report_module?simulation_state:list=confirmed&simulation_state:list=started
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Tasks assigned by a manager which are waiting to be processed</string> </value>
<value> <string>Task Reports assigned by a manager which are waiting to be processed</string> </value>
</item>
<item>
<key> <string>guard</string> </key>
......@@ -43,7 +43,7 @@ task_report_module?simulation_state:list=confirmed&simulation_state:list=started
</item>
<item>
<key> <string>id</string> </key>
<value> <string>4_assignor_confirmed_task</string> </value>
<value> <string>4_assignor_confirmed_task_report</string> </value>
</item>
<item>
<key> <string>var_matches</string> </key>
......
......@@ -33,7 +33,7 @@ task_report_module?simulation_state=stopped&local_roles=%(local_roles)s&reset=1
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Tasks assigned by a manager which need to be closed</string> </value>
<value> <string>Task Reports assigned by a manager which need to be closed</string> </value>
</item>
<item>
<key> <string>guard</string> </key>
......@@ -43,7 +43,7 @@ task_report_module?simulation_state=stopped&local_roles=%(local_roles)s&reset=1
</item>
<item>
<key> <string>id</string> </key>
<value> <string>5_assignor_stopped_task</string> </value>
<value> <string>5_assignor_stopped_task_report</string> </value>
</item>
<item>
<key> <string>var_matches</string> </key>
......
497
\ No newline at end of file
499
\ 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