You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be template logic protecting this, but verify the queries are correct by comparing the current dashboard template logic around these elements.
Also, the JS is broke in this case. I suspect it's an out of date bundle, maybe not relevant.
The text was updated successfully, but these errors were encountered:
The JS error is not a out of date bundle but is instead a problem with the API. The response for a unauthed user from the v3 API is a 401 response. We have talked about making the detail view on version/projects a public API, which would resolve this issue. Otherwise, I'm not sure there is anything that easily solves this.
Mostly adds checks for admin access on the version list page. There are
a few small icon and text tweak snuck in while I was touching these
already.
This addresses #152, but
the public view JS issue still stands. I'll break that out to a separate
conversation.
Loading a project dashboard page anonymously, I can see various admin only buttons:
https://beta.readthedocs.org/projects/docs/
There should be template logic protecting this, but verify the queries are correct by comparing the current dashboard template logic around these elements.
Also, the JS is broke in this case.I suspect it's an out of date bundle, maybe not relevant.The text was updated successfully, but these errors were encountered: