Convert remaining publish operations to use promises.

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

david
Review Board
master
reviewboard

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.
Summary
Convert remaining publish operations to use promises.
Description From Last Updated

Col: 65 Missing semicolon.

reviewbotreviewbot

optional?

chipx86chipx86

Indentation isn't consistent. Looks like this.save() and its contents should be indented.

chipx86chipx86
Checks run (1 failed, 1 succeeded)
flake8 passed.
JSHint failed.

JSHint

david
chipx86
  1. 
      
  2. reviewboard/static/rb/js/resources/models/reviewReplyModel.es6.js (Diff revision 2)
     
     
     
     
     
     
     
     
     
     
     
     
     

    Indentation isn't consistent. Looks like this.save() and its contents should be indented.

  3. 
      
david
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (1e6b689)
Loading...