From 6c75662b824491a20a757a5eec59556a866374b5 Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Fri, 6 May 2016 11:28:22 -0700 Subject: PLT-2697 Fixing team admins (#2900) * PLT-2697 Fixing team admins * Fixing eslint error * Fixing loc issues * Fixing func * Fixing func --- webapp/client/client.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webapp/client/client.jsx') diff --git a/webapp/client/client.jsx b/webapp/client/client.jsx index 56eb4a137..d1e250e12 100644 --- a/webapp/client/client.jsx +++ b/webapp/client/client.jsx @@ -596,8 +596,9 @@ export default class Client { end(this.handleResponse.bind(this, 'updateUserNotifyProps', success, error)); } - updateRoles = (userId, newRoles, success, error) => { + updateRoles = (teamId, userId, newRoles, success, error) => { var data = { + team_id: teamId, user_id: userId, new_roles: newRoles }; -- cgit v1.2.3-1-g7c22