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

Guestbook: Preserve order of multiple choice answers, as created. #1641

Closed
kcondon opened this issue Mar 11, 2015 · 2 comments
Closed

Guestbook: Preserve order of multiple choice answers, as created. #1641

kcondon opened this issue Mar 11, 2015 · 2 comments
Assignees
Labels
Type: Bug a defect UX & UI: Design This issue needs input on the design of the UI and from the product owner

Comments

@kcondon
Copy link
Contributor

kcondon commented Mar 11, 2015

Similar to the ordering of custom questions, the current order of custom multiple choice answers is unordered, so potentially a different order each time.

We should preserve the order as created.

@kcondon kcondon added UX & UI: Design This issue needs input on the design of the UI and from the product owner Priority: Medium Type: Bug a defect labels Mar 11, 2015
@kcondon kcondon added this to the In Review - 4.0 milestone Mar 11, 2015
@kcondon kcondon changed the title Guestbook: Preserve order of multiple choice questions, as created. Guestbook: Preserve order of multiple choice answers, as created. Mar 11, 2015
@sekmiller
Copy link
Contributor

Fix for this has been checked in. you'll need to rebuild and run this update query:

alter table customquestionvalue add column displayorder bigint;

@kcondon
Copy link
Contributor Author

kcondon commented Apr 1, 2015

Order is restored. Closing

@kcondon kcondon closed this as completed Apr 1, 2015
raprasad added a commit that referenced this issue Oct 26, 2016
…sting categories, remove it from this class. rename to
raprasad added a commit that referenced this issue Oct 26, 2016
…e_dataset_command and step_080_run_update_dataset_command_for_replace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug a defect UX & UI: Design This issue needs input on the design of the UI and from the product owner
Projects
None yet
Development

No branches or pull requests

3 participants