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
I am running into problems where .assignRole is creating a new transaction and using up my transaction pool when used in a loop (think importing users from a CSV).
Patching the package so it uses the current models transaction fixes my issue.
I am running into problems where
.assignRole
is creating a new transaction and using up my transaction pool when used in a loop (think importing users from a CSV).Patching the package so it uses the current models transaction fixes my issue.
I guess this should be done for
syncRoles
andrevokeRole
as well.The text was updated successfully, but these errors were encountered: