Add interactive UI for comment issue verification.

Review Request #9173 — Created Sept. 6, 2017 and submitted — Latest diff uploaded

Information

Review Board
release-3.0.x
4a102df...

Reviewers

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.
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
Loading...