Commit 2fbff7df authored by Roque's avatar Roque Committed by Roque

project_management: fix names and ids in domains

parent 844ef6b1
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
</tuple> </tuple>
<tuple> <tuple>
<string>state_support_domain</string> <string>state_support_domain</string>
<string>Request Status</string> <string>Request State</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
return [ return [
context.Base_generateDomain(parent, 'started', 'Open', 'simulation_state', ['confirmed', 'ready']), context.Base_generateDomain(parent, 'open', 'Open', 'simulation_state', ['confirmed', 'ready']),
context.Base_generateDomain(parent, 'closed', 'Solved/Closed', 'simulation_state', ['delivered', 'stopped']), context.Base_generateDomain(parent, 'closed', 'Solved/Closed', 'simulation_state', ['delivered', 'stopped']),
context.Base_generateDomain(parent, 'not_started', 'Cancelled', 'simulation_state', ['cancelled']) context.Base_generateDomain(parent, 'not_started', 'Cancelled', 'simulation_state', ['cancelled'])
] ]
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
</tuple> </tuple>
<tuple> <tuple>
<string>state_bug_domain</string> <string>state_bug_domain</string>
<string>Bug Status</string> <string>Bug State</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
return [ return [
context.Base_generateDomain(parent, 'started', 'Confirmed', 'simulation_state', 'confirmed'), context.Base_generateDomain(parent, 'confirmed', 'Confirmed', 'simulation_state', 'confirmed'),
context.Base_generateDomain(parent, 'closed', 'Closed', 'simulation_state', ['delivered', 'stopped']) context.Base_generateDomain(parent, 'closed', 'Closed', 'simulation_state', ['delivered', 'stopped'])
] ]
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
<list> <list>
<tuple> <tuple>
<string>state_project_domain</string> <string>state_project_domain</string>
<string>Project Status</string> <string>Project State</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
...@@ -199,7 +199,7 @@ ...@@ -199,7 +199,7 @@
</tuple> </tuple>
<tuple> <tuple>
<string>state_task_domain</string> <string>state_task_domain</string>
<string>Task Status</string> <string>Task State</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
</tuple> </tuple>
<tuple> <tuple>
<string>state_task_report_domain</string> <string>state_task_report_domain</string>
<string>Task Report Status</string> <string>Task Report State</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
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