Modern UI - Manager adding a user

greendays2 years ago

Just got the latest code from master. As a Manager (have -1 user limit), I tried adding a user with a permission (read only checked). The web app failed with the following error:

User access denied - SecurityException (PermissionsService:148 < *:174 < UserResource:77 < ...)

However, I was able to add the user without setting any permissions, and then select the desired permission (read only) by editing the user.

Anton Tananaev2 years ago
greendays2 years ago

Works great, thanks!

Is it by design "Connections" are not visible when a user is being added?

Anton Tananaev2 years ago

Sort of. It's a limitation because there's no id yet, so it's impossible to link directly. There are ways around it, like batch everything, but it's more complicated to implement. We plan to implement it eventually, but for now there's this limitation.

greendays2 years ago

Got it, and makes sense. It's really not an issue.