Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.11
-
None
Description
Current Situation
- No order titles are displayed with the GUI in a compact view, i.e. with parameter compact=true
- No order titles are displayed for ad hoc orders
- Order titles are displayed only for permanent orders in a detailed view, i.e. with parameter compact=false; see
JOC-91
Desired Behavior
- Order titles should be visible
- from the Orders View
- from the Job Chains View
Examples
- Response of /orders/p
{"deliveryDate":"2017-03-21T04:24:50.654Z","orders":[{"estimatedDuration":9,"jobChain":"/zehntech/job_chain_with_orders","orderId":"333","path":"/zehntech/job_chain_with_orders,333","surveyDate":"2017-03-21T03:05:20Z"},{"estimatedDuration":0,"jobChain":"/zehntech/job_chain_with_orders","orderId":"1","path":"/zehntech/job_chain_with_orders,1","surveyDate":"2017-03-21T03:05:20Z"},{"estimatedDuration":0,"jobChain":"/zehntech/job_chain_with_orders","orderId":"2 with name test","path":"/zehntech/job_chain_with_orders,2 with name test","surveyDate":"2017-03-21T03:05:20Z"},{"estimatedDuration":0,"jobChain":"/zehntech/job_chain_with_orders","orderId":"44444","path":"/zehntech/job_chain_with_orders,44444","surveyDate":"2017-03-21T03:05:20Z"},{"estimatedDuration":0,"jobChain":"/zehntech/job_chain_with_orders","orderId":"5","path":"/zehntech/job_chain_with_orders,5","surveyDate":"2017-03-21T03:05:20Z"},{"estimatedDuration":0,"jobChain":"/zehntech/job_chain_with_orders","orderId":"6","path":"/zehntech/job_chain_with_orders,6","surveyDate":"2017-03-21T03:05:20Z"},{"estimatedDuration":0,"jobChain":"/zehntech/job_chain_with_orders","orderId":"7","path":"/zehntech/job_chain_with_orders,7","surveyDate":"2017-03-21T03:05:20Z"},{"estimatedDuration":0,"jobChain":"/zehntech/job_chain_with_orders","orderId":"8","path":"/zehntech/job_chain_with_orders,8","surveyDate":"2017-03-21T03:05:20Z"},{"estimatedDuration":3,"jobChain":"/zehntech/job_chain1","orderId":"111111","path":"/zehntech/job_chain1,111111","surveyDate":"2017-03-21T03:05:21Z"},{"estimatedDuration":0,"jobChain":"/zehntech/job_chain1","orderId":"4","path":"/zehntech/job_chain1,4","surveyDate":"2017-03-21T03:05:21Z"}]}
- Response of /orders
{"deliveryDate":"2017-03-21T04:24:50.705Z","orders":[{"_type":"PERMANENT","job":"/zehntech/job1","jobChain":"/zehntech/job_chain1","orderId":"4","path":"/zehntech/job_chain1,4","processingState":{"_text":"PENDING","severity":1},"state":"ihiho","surveyDate":"2017-03-21T04:24:50.696Z"},{"_type":"PERMANENT","job":"/zehntech/job1","jobChain":"/zehntech/job_chain1","nextStartTime":"2017-03-26T18:30:00Z","orderId":"111111","path":"/zehntech/job_chain1,111111","processingState":{"_text":"PENDING","severity":1},"state":"ihiho","surveyDate":"2017-03-21T04:24:50.696Z"},{"_type":"PERMANENT","job":"/zehntech/job1","jobChain":"/zehntech/job_chain_with_orders","orderId":"7","path":"/zehntech/job_chain_with_orders,7","processingState":{"_text":"PENDING","severity":1},"state":"job1","surveyDate":"2017-03-21T04:24:50.696Z"},{"_type":"PERMANENT","job":"/zehntech/job1","jobChain":"/zehntech/job_chain_with_orders","nextStartTime":"2017-03-21T04:30:00Z","orderId":"333","path":"/zehntech/job_chain_with_orders,333","processingState":{"_text":"PENDING","severity":1},"state":"job1","surveyDate":"2017-03-21T04:24:50.696Z"},{"_type":"PERMANENT","job":"/zehntech/job1","jobChain":"/zehntech/job_chain_with_orders","orderId":"8","path":"/zehntech/job_chain_with_orders,8","processingState":{"_text":"PENDING","severity":1},"state":"job1","surveyDate":"2017-03-21T04:24:50.696Z"},{"_type":"PERMANENT","job":"/zehntech/job1","jobChain":"/zehntech/job_chain_with_orders","orderId":"44444","path":"/zehntech/job_chain_with_orders,44444","processingState":{"_text":"PENDING","severity":1},"state":"job1","surveyDate":"2017-03-21T04:24:50.696Z"},{"_type":"PERMANENT","job":"/zehntech/job1","jobChain":"/zehntech/job_chain_with_orders","orderId":"5","path":"/zehntech/job_chain_with_orders,5","processingState":{"_text":"PENDING","severity":1},"state":"job1","surveyDate":"2017-03-21T04:24:50.696Z"},{"_type":"PERMANENT","job":"/zehntech/job1","jobChain":"/zehntech/job_chain_with_orders","orderId":"6","path":"/zehntech/job_chain_with_orders,6","processingState":{"_text":"PENDING","severity":1},"state":"job1","surveyDate":"2017-03-21T04:24:50.696Z"},{"_type":"PERMANENT","job":"/zehntech/job1","jobChain":"/zehntech/job_chain_with_orders","orderId":"1","path":"/zehntech/job_chain_with_orders,1","processingState":{"_text":"PENDING","severity":1},"state":"job1","surveyDate":"2017-03-21T04:24:50.696Z"},{"_type":"PERMANENT","job":"/zehntech/job1","jobChain":"/zehntech/job_chain_with_orders","orderId":"2 with name test","path":"/zehntech/job_chain_with_orders,2 with name test","processingState":{"_text":"PENDING","severity":1},"state":"job1","surveyDate":"2017-03-21T04:24:50.696Z"}]}
Attachments
Issue Links
- is related to
-
JOC-91 Title is missing from /orders/p API when compact=true
-
- Released
-