PLT-2697 Fixing team admins (#2900)
* PLT-2697 Fixing team admins * Fixing eslint error * Fixing loc issues * Fixing func * Fixing func
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
4f799b980f
Коммит
6c75662b82
@@ -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
|
||||
};
|
||||
|
||||
Ссылка в новой задаче
Block a user