CombiRWTH / medical-staff-assessment

Webapp for assessing medical staff according to the German "Pflegepersonalbemessungsverordnung"
3 stars 2 forks source link

[Admin] Add nullable fields in Patient Transfers #89

Open benCoder01 opened 3 days ago

benCoder01 commented 3 days ago

In the admin interface for patient transfers the following fields should be nullable:

EricPossato commented 1 day ago

If you want the fields to not be required, I would recommend adding blank=True as well, so the fields can be left blank in the admin form