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
Describe the bug
Currently, we are capturing admission_date only for "domiciliary care" and "admission" decision after consultations. However, since we are allowed to edit the "Decision after Consultation" the previously entered admission_date is not removed.
To Reproduce
Steps to reproduce the behavior:
Go to a "admission" consultation
Edit the decision after consultation to anything other than admission / domicilary care.
Submit and see the response of request, admission_date is not cleared.
Tasks
Set admission_date to null for when the field is hidden.
Custom migration to sanitise existing records in the backend.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently, we are capturing
admission_date
only for "domiciliary care" and "admission" decision after consultations. However, since we are allowed to edit the "Decision after Consultation" the previously enteredadmission_date
is not removed.To Reproduce
Steps to reproduce the behavior:
admission_date
is not cleared.Tasks
admission_date
tonull
for when the field is hidden.The text was updated successfully, but these errors were encountered: