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.
Works great, thanks!
Is it by design "Connections" are not visible when a user is being added?
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.
Got it, and makes sense. It's really not an issue.
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:
However, I was able to add the user without setting any permissions, and then select the desired permission (read only) by editing the user.