Convert remaining publish operations to use promises.

Review Request #11841 — Created Oct. 4, 2021 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

This changes the last remaining publish operations to use promises and
async/await instead of callbacks.

  • Ran js-tests.
  • Published draft review requests and review replies.

Diff Revision 2

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

orig
1
2
3

Commits

First Last Summary ID Author
Convert remaining publish operations to use promises.
This changes the last remaining publish operations to use promises and async/await instead of callbacks. Testing Done: - Ran js-tests. - Published draft review requests and review replies.
7d11194a64490783d36bbed75d114fbd8654ae91 David Trowbridge
reviewboard/static/rb/js/resources/models/draftReviewRequestModel.es6.js
reviewboard/static/rb/js/resources/models/reviewReplyModel.es6.js
reviewboard/static/rb/js/reviewRequestPage/views/reviewReplyDraftBannerView.es6.js
Loading...