Cannot access moderation views
Bug #697642 reported by
Michael Nelson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ratings and Reviews server |
Fix Released
|
Medium
|
Michael Nelson |
Bug Description
Accessing:
http://
even with the correct permission assigned results in the forbidden page.
This is because the permission_required decorator used on the views is specifying the permission incorrectly:
@permission_
should be:
@permission_
Our tests ensure that without the permission the redirection happens correctly, but then mock the has_perm decorator to test successful calls.
Changed in rnr-server: | |
status: | Confirmed → In Progress |
Changed in rnr-server: | |
status: | In Progress → Fix Committed |
Changed in rnr-server: | |
milestone: | none → 10.12 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I can access this with no issues