Convert the ReviewReplyEditorView to use InlineEditorView.

Review Request #12964 — Created April 20, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

We've had a long-term goal of replacing all our uses of the old
$.inlineEditor with the new InlineEditorView. This change updates
the review reply for that.

  • Verified that creating new reply comments and editing existing reply
    comments worked correctly, building the editor with the correct
    content and saving/cancelling as expected.
  • Ran js-tests.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Convert the ReviewReplyEditorView to use InlineEditorView.
We've had a long-term goal of replacing all our uses of the old `$.inlineEditor` with the new `InlineEditorView`. This change updates the review reply for that. Testing Done: - Verified that creating new reply comments and editing existing reply comments worked correctly, building the editor with the correct content and saving/cancelling as expected. - Ran js-tests.
857443a09373a913d0d60f2d6140708a0b84a516 David Trowbridge
reviewboard/static/rb/js/reviewRequestPage/views/reviewReplyEditorView.es6.js
Loading...