in an `after_action` `changeset.context` has no tenant?
So when you have something like:
def change(changeset, _opts, context) do Ash.Changeset.after_action(changeset, fn changeset, record ->
def change(changeset, _opts, context) do Ash.Changeset.after_action(changeset, fn changeset, record ->
The context from the change has an actor, tenant, authorize? and some other attributes. But then in the changeset.context it is only the actor. Is there a specific reason for this?
The Elixir backend framework for unparalleled productivity. Declarative tools that let you stop wasting time. Use with Phoenix LiveView or build APIs in minutes for your front-end of choice.