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
When you do a "run again" for a job with some multi-value options, the values of multi-value options (lists) are not pre-populated as all the other values are.
The text was updated successfully, but these errors were encountered:
I'm trying to reproduce this, but don't seem to have the same problem.
Do you have an example job.xml that you can send that exhibits the behavior? Also, what Web browser, version, OS etc are you using. Perhaps it is a javascript/browser issue.
thanks for the testable job.xml, the bug turns out to happen if the multi-value option doesn't have any pre-defined allowed-values. in that case it will fail to load the previously used values when presenting the execution form.
so, if you need a workaround, you can define a value under "Allowed Values: List" for the option if possible.
gschueler
added a commit
to gschueler/rundeck
that referenced
this issue
Apr 24, 2013
When you do a "run again" for a job with some multi-value options, the values of multi-value options (lists) are not pre-populated as all the other values are.
The text was updated successfully, but these errors were encountered: