Allow comment creators to fix/drop

Review Request #3837 — Created Feb. 3, 2013 and discarded — Latest diff uploaded

Information

Review Board
master

Reviewers

Allow comment creators to fix/drop

So far, only the owner of the review request can fix/drop issues.

This commit allows the creator of a comment to fix/close it themselves.
Fixes #2888.

API: Allow comment *creators* to fix/drop

UI: Show Fixed/Drop buttons for issue creators
Tried with local instance:
- review owner can still fix/drop issues
- issue creators can successfully fix/drop issues
- other people can not fix/drop issues as before

All tests pass.


I updated the following tests to work again and also test if the above three properties hold:
- test_update_diff_comment_issue_status
- test_update_screenshot_comment_issue_status

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 5. See what's changed.

orig
1
2
3
4
5
reviewboard/reviews/models.py
reviewboard/reviews/templatetags/reviewtags.py
reviewboard/webapi/resources.py
Loading...