This is kind of weird. I have set the notifications settings under my account and save just fine, but when I go into a device group to set its notification settings, it simply does not save them when I click "OK". Is anyone else having this issue?
MeshCentral
v0.7.90
Are you full administrator on that device group? I am not seeing this.
Are you full administrator on that device group? I am not seeing this.
I have full administrator rights to the group but the group was created by a different account that is the first administrator user when the server was created. I simply used that account to give my account full rights.
Just confirmed that logging into the account that the Device Group was created with WILL save the notifications settings. This seems like an issue with assigned rights.
Steps to reproduce:
Your right, I see the same problem. Working on it now.
I looked in the code and it turns out, I know about this problem and not sure how to fix it. I am going to have to design something to make this work. Currently, I can't do device group notifications when the permission for the device group is obtained thru a user group.
I see, so would the work around be to add my user account directly to the device group?
Confirmed! Workaround is to add the user directly to the Device Group.
I'm not sure about the inter workings of the code, but maybe enumerating the users listed in the user group at the user group permissions level. Then use that enumeration when adding user groups to device groups. In a sense it could be like each users rights are evaluated in the user group when added to a device group as though they were individually added to the device group.
The main problem is how to route notifications to the correct users efficiently. I am sure I will work something out.