Open
Description
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