Testing Done: |
|
---|
The review-requests API call now returns private review-requests for all users when made by an administrator.
Review Request #5798 — Created May 12, 2014 and submitted
The review-requests API call now returns private review-requests for all users when made by an administrator.
A deployment consisting of a regular and administrative user was created
and the review-requests query was made by the administrative user. The
results yielded all private review-requests of all users.
Description | From | Last Updated |
---|---|---|
You used tabs to indent these. Python files should use four-space indentation and never have a tab character. You also … |
|
-
-
reviewboard/reviews/managers.py (Diff revision 1) You used tabs to indent these. Python files should use four-space indentation and never have a tab character.
You also don't need the parens in if statements. The first line should read
if user.is_superuser:
RV
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+3) |
RV
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+3) |