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

Fixes #4622. Multi-valued option now works with option values plugins. #4747

Merged
merged 2 commits into from
Apr 25, 2019

Conversation

sjrd218
Copy link
Contributor

@sjrd218 sjrd218 commented Apr 23, 2019

Fixes #4622. Multi-valued option now works with option values plugins.

@gschueler
Copy link
Member

Using SortedSet to sort the values might change the expected ordering

@sjrd218
Copy link
Contributor Author

sjrd218 commented Apr 24, 2019

True, but since the values variable only takes a sorted set I'm not sure there's an option.

@sjrd218 sjrd218 added this to the 3.0.21 milestone Apr 24, 2019
@gschueler gschueler removed this from the 3.0.21 milestone Apr 24, 2019
@sjrd218
Copy link
Contributor Author

sjrd218 commented Apr 25, 2019

I moved the values population from the server side to the client side. Values are now rendered in the order they come from the plugin.

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

Successfully merging this pull request may close these issues.

"Option Values Plugin" not working when Options --> Multi-valued=yes
2 participants