-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Active Choices Plugin v1.2
Radio buttons with a default option do not create a variable with this option unless they are interacted with.
To reproduce:
Using the attached config.xml:
Click build with parameters
Select an option for test_var_a, do not interact with radio buttons for test_var_b
Click build
Expected result:
Build runs, with environmental variables test_var_a = <selected option> and test_var_b = opt_1
Actual result:
Build runs, with environmental variable test_var_a = <selected option> but no test_var_b environment value
Hi William!
Thanks for reporting this, and for the detailed description and (in special) for the config.xml
I am working on another BioUno plug-in, but active-choices in the next on the list. Feel free to bump this issue if I take too long to update it.
Cheers
Bruno