mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
More user groups improvements.
This commit is contained in:
parent
e1392bcae0
commit
b802071dce
3 changed files with 10 additions and 2 deletions
|
@ -2238,6 +2238,10 @@
|
|||
if (message.event.links) { ugroup.links = message.event.links; } else { delete ugroup.links; }
|
||||
}
|
||||
masterUpdate(8192 + 16384);
|
||||
|
||||
// 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' });
|
||||
break;
|
||||
}
|
||||
case 'deleteusergroup': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue