Move "Add General Comment" into the review menu.

Review Request #12896 — Created March 16, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

This change adds a new action to move "Add General Comment" inside the
review menu. This was the last review-related action that still existed
on the review request bar, and it felt weird to have it there when
everything else had moved.

  • Used the new action and saw that it correctly popped up the general
    comment dialog.
  • Ran unit tests.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Move "Add General Comment" into the review menu.
This change adds a new action to move "Add General Comment" inside the review menu. This was the last review-related action that still existed on the review request bar, and it felt weird to have it there when everything else had moved. Testing Done: - Used the new action and saw that it correctly popped up the general comment dialog. - Ran unit tests.
b2d689ab1d5b6bc97f7fb35940b81f20f8f739ea David Trowbridge
reviewboard/actions/registry.py
reviewboard/reviews/actions.py
reviewboard/reviews/default_actions.py
reviewboard/reviews/tests/test_actions.py
reviewboard/static/rb/js/pages/views/reviewablePageView.es6.js
reviewboard/static/rb/js/reviews/views/reviewRequestActions.ts
Loading...