mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
['Version 5.58' Admin panel / People] possibility of adding a team to all selected Users
This commit is contained in:
parent
b516275c24
commit
0a9e10b21e
2 changed files with 12877 additions and 1 deletions
|
@ -442,7 +442,7 @@ BlazeComponent.extendComponent({
|
|||
for(let i = 0; i < selectedUserChkBoxUserIds.length; i++){
|
||||
currentUser = Users.findOne(selectedUserChkBoxUserIds[i]);
|
||||
userTms = currentUser.teams;
|
||||
if(userTms == undefined || userTms == []){
|
||||
if(userTms == undefined || userTms.length == 0){
|
||||
userTms = [];
|
||||
userTms.push({
|
||||
"teamId": selectedEltValueId,
|
||||
|
|
12876
package-lock.json.orig
Normal file
12876
package-lock.json.orig
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue