You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds some validation on the `vaccine_method` column of the
`Consent` model to ensure that it's always set when the parent has given
consent. This value will be used as part of generating the overall
consent status so it's important that it's always present.
We can't validate that the `vaccine_method` is not set when refused
consent because it's possible for a parent to give consent and then
withdrawn it, in which case we would want to see what the method was
when consent was given.
Jira-Issue: MAV-1230
0 commit comments