Page 1 of 1

Bug: "Rescheduled" game status (fixed)

Posted: Mon Dec 16, 2013 12:16 pm
by sulfur
And another item...

For game status entries, there are:

Code: Select all

  Normal
  In Progress
  Home Default
  Away Default
  Rescheduled
  Cancelled
  Forfeit
Is "rescheduled" intended to be "To Be Rescheduled", because as soon as I mark a game in that state, it now allows submission of stats/etc and shows the "stats" button for others. This seems a bit... off to me.

Posted: Mon Dec 16, 2013 1:01 pm
by GregS
Rescheduled should behave the same as cancelled, I think, but it's something that's not used much, so it might have been missed in testing somewhere. I'll look into it.

Posted: Mon Dec 16, 2013 1:16 pm
by sulfur
OK, that makes sense to me (note that there's a bit at the end of page 1... about individual stats... page wrap! :) ).

Posted: Mon Dec 16, 2013 1:30 pm
by GregS
sulfur wrote:(note that there's a bit at the end of page 1... about individual stats... page wrap! :) ).
Split this topic off into a separate thread, since it's unrelated to stats.

Re: "Rescheduled" game status

Posted: Mon Dec 16, 2013 1:41 pm
by sulfur
I had 'em in the same... due to the "stats" page. It's Monday. I'm sticking with that as my excuse! :)

Re: "Rescheduled" game status

Posted: Mon Dec 16, 2013 2:17 pm
by GregS
There was one bit of code (used in multiple views) that checked for the option to enter stats outside of the check for whether a game was played. That's been corrected, let me know if it resolves this for you.

Re: "Rescheduled" game status

Posted: Mon Dec 16, 2013 2:52 pm
by sulfur
Looks like it's moved inside a prior if statement instead of sitting outside -- and sho'nuff, it did the trick.