DoSomething / gladiator

:guardsman: The DoSomething.org competitions platform.
2 stars 0 forks source link

Bug: Updating Leaderboard photos doesn't work #416

Closed sbsmith86 closed 7 years ago

sbsmith86 commented 7 years ago

When editing the top three leaderboard photos, we are not saving the values into the DB.

It looks like we are still trying to look for and update a user_id column and everything has been updated to use northstar_id

https://github.com/DoSomething/gladiator/blob/master/app/Http/Controllers/CompetitionsController.php#L290-L318