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

🐛 Sort Questionnaire items on fetch #1593

Merged
merged 1 commit into from
Dec 7, 2023

Commits on Dec 6, 2023

  1. 🐛 Sort Questionnaire items on fetch

    A questionnaire's sections, questions and answers all have a order
    key.  The key needs to be present in the defining yaml file, but
    does not need to be in sorted order.  To ensure that the UI always
    has questionnaire items in proper order order, sort everything in
    the fetch hooks.
    
    Note: Hub returns the questionnaire in the same order as the original
    yaml file.  We need to make sure things are sorted properly.
    
    Signed-off-by: Scott J Dickerson <[email protected]>
    sjd78 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    5a07d50 View commit details
    Browse the repository at this point in the history