Details
-
Fix
-
Status: Approved (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.7.4
-
None
-
None
Description
Current Behavior:
When an order is added and the user selects the option "Add Orders from Schedules", then selects a schedule that has multiple orders attached to it, the same parameter values are applied to both the first and last orders. This means that the parameter values for the last order are not applied as expected.
Steps to Reproduce:
- Create a workflow and add two variables with empty values.
- Attach a calendar and a schedule to the workflow.
- In the schedule, add two orders (Order 1 and Order 2) and assign different parameter values to each order.
- Click on "Add Order" in the workflow and choose "Add Orders from Schedules", then select the schedule.
- Observe that both Order 1 and Order 2 have the same parameter values, even though different values were initially configured.
Desired Behavior:
When a user adds orders using the "Add Orders from Schedules" option and selects a schedule containing multiple orders with different parameter values, each order should retain its own individual parameter values.