waves-core
waves-core copied to clipboard
input app_short_name unavailable when nested in dependent inputs in REST API
app_short_name key is needed to declare inputs of a new job. In services.submission and service.submissions_list app_short_name is used as the key for 'inputs' dictionary. There's no other reference of this app_short_name in an entry of 'inputs'. But when the input is dependent of an other input, 'dependents_inputs' is a list not a dictionary. There's no key to refer as app_short_name.
Thank you for pointing it !
Should have been solved in 1.6.6, can you confirm?