diff --git a/lib/ash/actions/destroy/bulk.ex b/lib/ash/actions/destroy/bulk.ex index 50cb02df..1ba8de3e 100644 --- a/lib/ash/actions/destroy/bulk.ex +++ b/lib/ash/actions/destroy/bulk.ex @@ -74,6 +74,9 @@ defmodule Ash.Actions.Destroy.Bulk do } atomic_changeset -> + {atomic_changeset, opts} = + Ash.Actions.Helpers.add_process_context(api, atomic_changeset, opts) + atomic_changeset = %{atomic_changeset | api: api} notify? =