mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
Edit team/org DisplayName now update users.teams.teamDisplayName/users.orgs.orgDisplayName
This commit is contained in:
parent
dc04beb61f
commit
b876098dc4
3 changed files with 45 additions and 1 deletions
|
|
@ -149,6 +149,7 @@ if (Meteor.isServer) {
|
|||
Team.update(team, {
|
||||
$set: { teamDisplayName: teamDisplayName },
|
||||
});
|
||||
Meteor.call('setUsersTeamsTeamDisplayName', team._id, teamDisplayName);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
@ -206,6 +207,7 @@ if (Meteor.isServer) {
|
|||
teamIsActive: teamIsActive,
|
||||
},
|
||||
});
|
||||
Meteor.call('setUsersTeamsTeamDisplayName', team._id, teamDisplayName);
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue