haBuu / tuohi

Disc golf scoring web application
1 stars 1 forks source link

Not confirmed players can't be added later #45

Closed haBuu closed 8 years ago

haBuu commented 8 years ago

If a player signs up to a competition but he is not marked confirmed (present) he can't be added later again to the competition. This is because the program tries to add new sign up for the player but existing prevents this and causes database exception. We should just set the existing sign up to confirmed and then add the player to the competition.