Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.10.6, 1.11
-
None
Description
Current Situation
The parameter create_orders_for_all_files creates an order for each transfered file. It will not be considered if the file is new or exists in the target directory
Desired Behaviour
It should be possible only to create an order for new files. This will be done by setting the parameter create_orders_for_new_files to true.
The combination with the parameter create_order is
- create_order: not set
- create_orders_for_new_files: true
- Orders will be created for each new transfered file.
- create_order: true
- create_orders_for_new_files: true
- Orders will be created for each new transfered file
- create_order: false
- create_orders_for_new_files: true
- no orders will be created
- create_order: true
- create_orders_for_all_files: false
- create_orders_for_new_files: false
- one orders will be created when the transfer has been completed.