Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
Description
Current Situation
- When a Daily Plan order is modified (Modify Start-Time or Modify Variable operation) the Order ID is changed.
Desired Behavior
- When a Daily Plan order is modified then the API returns the Order ID.
Maintainer Note
The api ./daily_plan/orders/modify returns a map in the form
"orderIds": { "oldOrderId1": "newOrderId1", "oldOrderId2": "newOrderId2" }
Implementation matrix
Action | Order State | Single start | Cyclic |
---|---|---|---|
Modify Start Time | planned | YES | YES |
submitted | YES | NO | |
Modify Variable(s) | planned | YES | YES |
submitted | YES | YES | |
Remove Parameter | planned | YES | YES |
submitted | YES | YES |
Attachments
Issue Links
- is related to
-
JOC-1195 When an Ad Hoc order is modified, the API returns the new Order ID
- Released