diff --git a/lib/ash/actions/update/bulk.ex b/lib/ash/actions/update/bulk.ex index 161eefeb6..e6f38bd2e 100644 --- a/lib/ash/actions/update/bulk.ex +++ b/lib/ash/actions/update/bulk.ex @@ -2020,7 +2020,7 @@ defmodule Ash.Actions.Update.Bulk do result = apply(mod, action.type, [ changeset, - opts, + manual_opts, struct(context_struct, %{ select: opts[:select], actor: opts[:actor],