Fixed device sync in web app when user group membership changes.
Ylian Saint-Hilaire committed
Apr 3, 2020 at 17:14 UTC
16498924723ad5455e65fcf7ff70e13c3bdd75b0
1 file changed
+1
-3
views/default.handlebars
+1
-3
@@ -2277,9 +2277,7 @@
2277
2278
// Group update, refresh all our device groups and nodes. TODO: Optimize this to only do this when needed.
2279
meshserver.send({ action: 'meshes' });
2280
- //meshserver.send({ action: 'nodes' });
2281
- //meshserver.send({ action: 'usergroups' });
2282
- //meshserver.send({ action: 'users' });
2280
+ meshserver.send({ action: 'nodes' });
2281
break;
2282
}
2283
case 'deleteusergroup': {