Skip to content
New issue

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

Cascading options can fail to load remote options, if an option has only a single allowed value #464

Closed
gschueler opened this issue Jul 23, 2013 · 2 comments
Assignees
Milestone

Comments

@gschueler
Copy link
Member

If an option for a job is defined with only a single allowed value in the values list, and is a required option, then a JS bug can cause cascading options to fail to load.

@ghost ghost assigned gschueler Jul 23, 2013
gschueler added a commit that referenced this issue Jul 23, 2013
* add correct id to hidden field for single-valued option
* don't throw error in javascript if observed option element not found
@gschueler
Copy link
Member Author

A workaround would be to change any options that only have a single value in the "values" setting to have multiple values, or to not be "enforced".

@ahonor
Copy link
Contributor

ahonor commented Jul 30, 2013

verified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants