STBGFC / footy

Football club management app and modules (developed for kid's footy club/leagues)
2 stars 0 forks source link

Team update silently fails - flash response indicates success #112

Closed davison closed 9 years ago

davison commented 9 years ago

reproducible on local and live

davison commented 9 years ago

The Team.beforeUpdate() method returns the calue from the checkAges() assignment (groovy implicit return) so if the value for girlsTeam was set to false, this was also returned from the beforeUpdate() call and the update was never issued by hibernate.