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'm working on an app where there's kind of a "Super Team" that should be able to see all other teams and memberships. I updated ability.rb to allow this, but when I go to /account/teams/XXX/memberships I end up in a redirect loop between that and /account/teams/XXX/invitations.
I'm going outside the "normal" BT structure, so maybe this isn't worth addressing on our end.
The text was updated successfully, but these errors were encountered:
I'm working on an app where there's kind of a "Super Team" that should be able to see all other teams and memberships. I updated
ability.rb
to allow this, but when I go to/account/teams/XXX/memberships
I end up in a redirect loop between that and/account/teams/XXX/invitations
.I'm going outside the "normal" BT structure, so maybe this isn't worth addressing on our end.
The text was updated successfully, but these errors were encountered: