mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-25 22:55:52 -05:00
Fixed device sync in web app when user group membership changes.
This commit is contained in:
parent
1c01346148
commit
8fbd948e77
@ -2277,9 +2277,7 @@
|
||||
|
||||
// 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: 'nodes' });
|
||||
//meshserver.send({ action: 'usergroups' });
|
||||
//meshserver.send({ action: 'users' });
|
||||
meshserver.send({ action: 'nodes' });
|
||||
break;
|
||||
}
|
||||
case 'deleteusergroup': {
|
||||
|
Loading…
Reference in New Issue
Block a user