You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, script server supports default value, which can be initialized by a script, e.g. "default": { "script": "echo 123" }
will set default to 123
However, for a multiselect list, it will work only for a single value.
It should be possible to set multiple default values from script, if it's a multiselect parameter.
All values should newline separated
At the moment, script server supports default value, which can be initialized by a script, e.g.
"default": { "script": "echo 123" }
will set default to 123
However, for a multiselect list, it will work only for a single value.
It should be possible to set multiple default values from script, if it's a multiselect parameter.
All values should newline separated
Reported by @MNeill73
The text was updated successfully, but these errors were encountered: