MattArnold / tuxtrax

Penguicon Scheduling Web App
GNU General Public License v3.0
15 stars 10 forks source link

Rejected Events Show With Non-Rejected Listings #88

Closed MattArnold closed 10 years ago

MattArnold commented 10 years ago

On index.html, when you click the "Show Rejected" button, it hides the non-rejected, and shows the rejected.

The bug occurs when you click the "Show Rejected" button a second time. This reveals the non-rejected, which it does correctly. But it is also should hide the rejected. Instead, the rejected is still present among the non-rejected listings.

hufman commented 10 years ago

Is this still valid? I could not replicate it just now.

MattArnold commented 10 years ago

I just tried it, and now the "Rejected" screen shows nothing. "Rejected" events do not show up on the non-rejected list, so they are shown nowhere.

MattArnold commented 10 years ago

The problem was with my cache. Closing issue.

hufman commented 10 years ago

Fixed cache with #97