Ylianst / MeshCentralRouter

Windows tool that performs TCP/UDP port mapping thru the MeshCentral server
https://meshcentral.com
Apache License 2.0
57 stars 39 forks source link

wont show single devices only groups #46

Closed si458 closed 2 years ago

si458 commented 2 years ago

when assigning a single device in meshcentral, the app is showing a blank screen and no devices

issue started here - https://github.com/Ylianst/MeshCentral/issues/4188

ListViewGroup grp = devicesListView.Groups.Add(devicesListView.Groups.Count.ToString(), node.mesh.name); this is the line its crashing at it would seem, because we arent sending any groups, only the devices

EDIT: if you send the group with NO RIGHTS it will not crash, HOWEVER it shows ALL devices

Ylianst commented 2 years ago

Just put in a fix for this, will be in MeshCentral v1.0.45.

si458 commented 2 years ago

yep all fixed with 1.0.45! closing

githubbiswb commented 2 years ago

Confirmed, thank you everyone for all of the hard work done here!