You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug is difficult to reproduce. It happens sometimes when you try to assign new project roles to a user. On occasion PermissionSet.DoesNotExist is thrown. I have not yet been able to reproduce the pre-conditions under which the exception is thrown; this needs further investigation. Here's an example log from Opbeat: https://opbeat.com/cadasta/platform-demo/errors/79/
Actual behavior
An exception is thrown in some cases.
Expected behavior
The roles should be assigned without an exception.
The text was updated successfully, but these errors were encountered:
Steps to reproduce the error
This bug is difficult to reproduce. It happens sometimes when you try to assign new project roles to a user. On occasion
PermissionSet.DoesNotExist
is thrown. I have not yet been able to reproduce the pre-conditions under which the exception is thrown; this needs further investigation. Here's an example log from Opbeat: https://opbeat.com/cadasta/platform-demo/errors/79/Actual behavior
An exception is thrown in some cases.
Expected behavior
The roles should be assigned without an exception.
The text was updated successfully, but these errors were encountered: