Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Current Situation
- The /daily_plan/orders API accepts the "state" property that holds an array of order states SUBMITTED, PLANNED, FINISHED
- States are considered when specified in the sequence SUBMITTED, PLANNED, FINISHED
- States are not considered when specified in any other sequence.
Desired Behavior
- As usual for JSON the sequence of elements in an array is not relevant.