Convert group membership operations to use promises.

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

Information

Review Board
master

Reviewers

This change updates the group join/leave operations to use promises and
async/await instead of callbacks.

  • Ran js-tests.
  • Manually tested group membership operations.

Changes between revision 2 and 3

orig
1
2
3

Commits

Summary ID Author
Convert group membership operations to use promises.
This change updates the group join/leave operations to use promises and async/await instead of callbacks. Testing Done: - Ran js-tests. - Manually tested group membership operations.
45917a2c43b00907ca4974750406480fd2bd3eac David Trowbridge
Convert group membership operations to use promises.
This change updates the group join/leave operations to use promises and async/await instead of callbacks. Testing Done: - Ran js-tests. - Manually tested group membership operations.
ccbdd80764e1b73c88f7f925dc506f7fac2115a3 David Trowbridge
reviewboard/static/rb/js/resources/models/tests/reviewGroupModelTests.es6.js
Loading...