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 issue with not being able to order dropdowns in extra questions #3566

Merged
merged 1 commit into from
Aug 17, 2021

Commits on Aug 17, 2021

  1. Fixes issue with not being able to order dropdowns in extra questions

    Raised by Peterborough but an FMS issue as, when creating dropdowns for extra questions on categories,
    the dropdown options are sorted on index number, but this has not been a numeric sort so looks
    random to the user.
    
    The order of dropdown items now remains in the order they are in the creation/editing screen.
    
    Adds a regression test.
    
    mysociety/societyworks#2511
    MorayMySoc committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    6ccfa71 View commit details
    Browse the repository at this point in the history