We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056a826 commit 52e5943Copy full SHA for 52e5943
lib/ash/actions/create/bulk.ex
@@ -87,7 +87,11 @@ defmodule Ash.Actions.Create.Bulk do
87
end
88
89
{_, opts} =
90
- Ash.Actions.Helpers.set_context_and_get_opts(domain, Ash.Changeset.new(resource), opts)
+ Ash.Actions.Helpers.set_context_and_get_opts(
91
+ domain,
92
+ %{Ash.Changeset.new(resource) | action: action},
93
+ opts
94
+ )
95
96
manual_action_can_bulk? =
97
case action.manual do
0 commit comments