CodeForPhilly / balancer-main

CodeForPhilly balancer project (https://opencollective.com/code-for-philly/projects/balancer)
GNU Affero General Public License v3.0
11 stars 8 forks source link

Fix Double Submit Bug - Add Diagnosis enum and set default patient info state as 'Manic' #144

Open snaeem3 opened 4 days ago

snaeem3 commented 4 days ago

This change will fix bug #100

The issue was caused by the default Diagnosis being set to Null. When the submit button was pressed, the diagnosis would change to Manic, but not submit until it was pressed again.

Changes: