Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.10.6
-
None
-
None
Description
Current Situation
When defining the parameter create_orders_for_all_files nothing happens if the parameter create_order is not set to true. As the default value for create_order is false both parameters have to been set.
Desired Behaviour
It should be sufficient to set the parameter create_orders_for_all_files to true to get an order for each transfered file. If the parameter create_order is not set then it should be implicit set to true. If the parameter create_order is set to false no order will be created
create_order: not set
create_orders_for_all_files: true
Orders will be created for each transfered file. This is the new behaviour
- create_order: true
- create_orders_for_all_files: true
- Orders will be created for each transfered file
This is the unchanged behaviour
- create_order: false
- create_orders_for_all_files: true
- no orders will be created
- create_order: true
- create_orders_for_all_files: false
- one orders will be created when the transfer has been completed.