Support adding/removing users with RB.ReviewGroup.

Review Request #5308 — Created Jan. 23, 2014 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

RB.ReviewGroup can now add users to the group or remove users from the
group through the new addUser/removeUser functions.

This works much in the same way as watched object tracking. We have a
proxy object, GroupMember, that we can call save() or destroy() on, and
it will invoke the POST or DELETE request with the data needed for
manipulating that membership.

Unit tests pass.

Tested manually with my new My Account page change.

    Loading...