mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed device sync in web app when user group membership changes.
This commit is contained in:
parent
459540f742
commit
1649892472
1 changed files with 1 additions and 3 deletions
|
@ -2277,9 +2277,7 @@
|
||||||
|
|
||||||
// Group update, refresh all our device groups and nodes. TODO: Optimize this to only do this when needed.
|
// Group update, refresh all our device groups and nodes. TODO: Optimize this to only do this when needed.
|
||||||
meshserver.send({ action: 'meshes' });
|
meshserver.send({ action: 'meshes' });
|
||||||
//meshserver.send({ action: 'nodes' });
|
meshserver.send({ action: 'nodes' });
|
||||||
//meshserver.send({ action: 'usergroups' });
|
|
||||||
//meshserver.send({ action: 'users' });
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'deleteusergroup': {
|
case 'deleteusergroup': {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue