script-server icon indicating copy to clipboard operation
script-server copied to clipboard

Multiple dependant parameters: after multiple parameter changes, dependant parameter spinner shows as loading

Open bugy opened this issue 1 year ago • 2 comments

Steps to reproduce:

  1. Create parameter parent1
  2. Create parameters child1 and child2, with a "type": "list" and "values": { "script": "some_script.sh ${parent1}" }
  3. This some_script.sh should provide the same results for any value (or just empty)
  4. On UI, put any value to parent1
  5. Then replace this value with any other value

Result: child2 parameter is disabled and showing rotation spinner

bugy avatar Mar 22 '23 12:03 bugy

cc @antonellocaroli

bugy avatar Mar 22 '23 13:03 bugy

Hi @bugy ,

it seems to me that it works superbly now!!!

thanks!!!

antonellocaroli avatar Mar 22 '23 17:03 antonellocaroli