Skip to content
This repository has been archived by the owner on Jul 26, 2020. It is now read-only.

Admin screen is broken #97

Open
mistohise opened this issue Jan 6, 2016 · 8 comments
Open

Admin screen is broken #97

mistohise opened this issue Jan 6, 2016 · 8 comments
Assignees
Labels

Comments

@mistohise
Copy link

The admin view does not properly refresh to show all the awaiting things.

@mistohise
Copy link
Author

Confirmed, at least in Edge browser.
Currently two pending group registrations
fnordserver
utomatest

Approved both.
Added a new request for "quack" group

Refreshed admin screen.
Previous 2 groups still awaiting approval.
Quack not showing.

Logged out and back in, still the same.

@errietta
Copy link
Collaborator

Confirmed. This is due to very aggressive caching in Edge. I think we could fix it by appending a random string at the end of GET requests.

@errietta
Copy link
Collaborator

(or change all GET requests to POST)

@decontamin4t0R
Copy link
Contributor

Better use jquery sometime and use the anti-cache feature

@mistohise mistohise reopened this Feb 21, 2016
@mistohise
Copy link
Author

Either this is not fixed, or a staff member cannot - at random, approve his or her own group requests.

Groups that I've requested simply don't show up in admin for approval.

Steps -

  1. Create new group request.
  2. Observe it not being in the admin screen.

@mistohise
Copy link
Author

Also note that this is not Edge specific.

@errietta
Copy link
Collaborator

@mistohise could you please get the group's information out of the database? eg
SELECT * FROM groups WHERE group_id =
SELECT * FROM group_changes WHERE group_id =
SELECT * FROM group_verifications WHERE group_id =

@itslukej
Copy link
Contributor

itslukej commented May 28, 2016

I was not able to recreate this bug, I approved groups "ezzybot" and "thomastester" and requested&verified the group "quackquack" and had no problem.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants