ericmartineau / scoutinghub

Scouting tools for tracking certifications
4 stars 0 forks source link

Blank training date getting into database #10

Open ericmartineau opened 13 years ago

ericmartineau commented 13 years ago

Somehow, Marilyn Shreeve had a blank completion date for a certification. This was causing any training modifications to fail because:

This shouldn't be happening, as the completionDate field in LeaderCertification is a non-null field, meaning that there should be a constraint in the database to prevent a null value from being submitted.