Add interactive UI for comment issue verification.
Review Request #9173 — Created Sept. 6, 2017 and submitted — Latest diff uploaded
A previous change added the UI for displaying the "Waiting for verification"
state. This change adds the UI to enable and manipulate that state.
- Created new comments via the comment dialog and the review dialog and
verified that the "Require verification" checkbox correctly persisted into
extra_data for both cases. - Checked the state transitions from open -> verify and verify -> closed
for both "Fixed" and "Dropped" cases. - Ran js-tests.
- Ran unit tests.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 4. See what's changed.
orig
1
2
3
4
reviewboard/reviews/models/base_comment.py |
---|
reviewboard/reviews/templatetags/reviewtags.py |
---|
reviewboard/static/rb/js/models/commentEditorModel.es6.js |
---|
reviewboard/static/rb/js/models/commentIssueManagerModel.es6.js |
---|
reviewboard/static/rb/js/models/tests/commentEditorModelTests.js |
---|
reviewboard/static/rb/js/resources/models/baseCommentModel.es6.js |
---|
reviewboard/static/rb/js/reviewRequestPage/views/reviewView.es6.js |
---|
reviewboard/static/rb/js/views/commentDialogView.es6.js |
---|
reviewboard/static/rb/js/views/commentIssueBarView.es6.js |
---|
reviewboard/static/rb/js/views/reviewDialogView.es6.js |
---|
reviewboard/static/rb/js/views/tests/commentDialogViewTests.js |
---|
reviewboard/static/rb/js/views/tests/commentIssueBarViewTests.js |
---|
reviewboard/templates/reviews/comment_issue.html |
---|