Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.5.2
-
None
Description
Current Situation
- If a Schedule is released then it provides the option "Plan Order automatically". If this option is checked then the Daily Plan will be updated or genereated automatically for matching dates of the Schedule.
- Orders will be submitted to the Controller even if the option "Submit Order to Controller when planned" is not checked
Desired Behavior
- API: When updating the Daily Plan then orders should only be submitted to the Controller if the option "Submit Order to Controller when planned" is checked
- GUI: Checkbox "Plan Order automatically"
- if unchecked
- disable checkbox "Submit Order to Controller when planned"
- request:
- "planOrderAutomatically": false
- "submitOrderToControllerWhenPlanned": false
- if checked
- enable checkbox "Submit Order to Controller when planned"
- request
- "planOrderAutomatically": false
- set "submitOrderToControllerWhenPlanned" as selected with the checkbox "Submit Order to Controller when planned"
- if unchecked