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

Validate select (multiple choice) values. #4

Open
wants to merge 2 commits into
base: allowed_values_ui
Choose a base branch
from

Commits on Sep 16, 2021

  1. Validate select (multiple choice) values.

    Extend the existing validity checking (had been added just for dates) to also include validing that select values match values provided for the property in the data dictionary. As with dates, do this if and only if the feature flag for data dictionary import validation is enabled.
    kmtracey committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    71f8ead View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Fix typo in exception title.

    kmtracey committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    0443705 View commit details
    Browse the repository at this point in the history