Ash dropping FilterCheck if there's `authorize_if always()`
Hi, I've got a resource that in it's action has:
Previously there were other checks instead of
When we've changed it to
My question is, is this the intended behaviour or is it a bug?
Previously there were other checks instead of
always() but we've loosened our constraints. When we've changed it to
always() the FilterByActorID stopped applyingMy question is, is this the intended behaviour or is it a bug?
