EricSSartorius / Judging-System

U-Judge: Universal Judging System using Angular Meteor (OLD)
http://www.universaljudge.com/
1 stars 1 forks source link

Admin Console - Sometimes judge scores don't show up at beginning of event #34

Closed EricSSartorius closed 8 years ago

EricSSartorius commented 8 years ago

There are some times when if an event has scores from a previous run-through, they do not show up when the event is selected. Instead, they first show up after a view change or pushing the 'start' button.

EricSSartorius commented 8 years ago

I added $scope.getJudge(); to line 74 of admin-console.ng.js so that judges are checked for in the initializeVar function. @DuckyDisciple do you think that should fix it? So far I haven't had problems but I am not sure how the error came about so not sure how to test it. (I have not pushed this change yet)