We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
parent1
child1
child2
"type": "list"
"values": { "script": "some_script.sh ${parent1}" }
some_script.sh
Result: child2 parameter is disabled and showing rotation spinner
The text was updated successfully, but these errors were encountered:
cc @antonellocaroli
Sorry, something went wrong.
#642 fixed keeping loading state in case of multiple dependant parame…
2bf2db4
…ters
Hi @bugy ,
it seems to me that it works superbly now!!!
thanks!!!
No branches or pull requests
Steps to reproduce:
parent1
child1
andchild2
, with a"type": "list"
and"values": { "script": "some_script.sh ${parent1}" }
some_script.sh
should provide the same results for any value (or just empty)parent1
Result:
child2
parameter is disabled and showing rotation spinnerThe text was updated successfully, but these errors were encountered: