mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Updated MeshCentral Assistant with self-update system.
This commit is contained in:
parent
11374d1809
commit
1b590dba5e
6 changed files with 42 additions and 2 deletions
|
@ -13608,7 +13608,7 @@
|
|||
if (r.rights == 0xFFFFFFFF) { return 0xFFFFFFFF; } // User has full rights thru a device group link, stop here.
|
||||
rights = r.rights;
|
||||
}
|
||||
|
||||
|
||||
// Check permissions thru user groups
|
||||
var user = null;
|
||||
if (userid == userinfo._id) { user = userinfo; } else { if (users != null) { user = users[userid]; } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue