Bug: "Rescheduled" game status (fixed)

Questions about modifications to Zuluru code, to add or change features
Post Reply
sulfur
Posts: 38
Joined: Fri Nov 08, 2013 3:08 pm
Location: Kingston, ON

Bug: "Rescheduled" game status (fixed)

Post 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.
Last edited by sulfur on Fri Jan 03, 2014 3:18 pm, edited 1 time in total.
GregS
Site Admin
Posts: 240
Joined: Thu Jan 06, 2011 4:58 pm

Post 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.
sulfur
Posts: 38
Joined: Fri Nov 08, 2013 3:08 pm
Location: Kingston, ON

Post 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! :) ).
GregS
Site Admin
Posts: 240
Joined: Thu Jan 06, 2011 4:58 pm

Post 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.
sulfur
Posts: 38
Joined: Fri Nov 08, 2013 3:08 pm
Location: Kingston, ON

Re: "Rescheduled" game status

Post by sulfur »

I had 'em in the same... due to the "stats" page. It's Monday. I'm sticking with that as my excuse! :)
GregS
Site Admin
Posts: 240
Joined: Thu Jan 06, 2011 4:58 pm

Re: "Rescheduled" game status

Post 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.
sulfur
Posts: 38
Joined: Fri Nov 08, 2013 3:08 pm
Location: Kingston, ON

Re: "Rescheduled" game status

Post by sulfur »

Looks like it's moved inside a prior if statement instead of sitting outside -- and sho'nuff, it did the trick.
Post Reply