script-server
script-server copied to clipboard
Multiple dependant parameters: after multiple parameter changes, dependant parameter spinner shows as loading
Steps to reproduce:
- Create parameter
parent1
- Create parameters
child1
andchild2
, with a"type": "list"
and"values": { "script": "some_script.sh ${parent1}" }
- This
some_script.sh
should provide the same results for any value (or just empty) - On UI, put any value to
parent1
- Then replace this value with any other value
Result: child2
parameter is disabled and showing rotation spinner
cc @antonellocaroli
Hi @bugy ,
it seems to me that it works superbly now!!!
thanks!!!