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.

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 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
reviewboard/static/rb/js/accountPrefsPage/views/joinedGroupsView.es6.js
reviewboard/static/rb/js/resources/models/reviewGroupModel.es6.js
reviewboard/static/rb/js/resources/models/tests/reviewGroupModelTests.es6.js
Loading...