* [bug#51610,done,0.3h] convert int to string.
This commit is contained in:
@@ -116,7 +116,7 @@ window.changeProjectMembers = function()
|
||||
|
||||
oldAccountList.forEach(function(account)
|
||||
{
|
||||
if(accountList.indexOf(account) < 0)
|
||||
if(accountList.indexOf(account.toString()) < 0)
|
||||
{
|
||||
isDeleted = true;
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user