• 
      

    Support adding/removing users with RB.ReviewGroup.

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

    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.

    Description From Last Updated

    Method comment?

    daviddavid

    Method comment?

    daviddavid

    Method comment?

    daviddavid

    Method comment?

    daviddavid

    Method comment?

    daviddavid
    david
    1. 
        
    2. Show all issues

      Method comment?

    3. Show all issues

      Method comment?

    4. Show all issues

      Method comment?

    5. Show all issues

      Method comment?

    6. Show all issues

      Method comment?

    7. 
        
    chipx86
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed