Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Sort Questionnaire items on fetch (#1593)
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]>
- Loading branch information