Describe the bug
Ash.bulk_update!(records, :update, %{field: value},
strategy: [:stream, :atomic, :atomic_batches],
return_errors?: true
)
** (KeyError) key :changed? not found in: %{private: %{authorize?: true}, bulk_update: %{index: 0}}
crashes on
https://github.com/nallwhy/ash_paper_trail/blob/cc5f2c4385f9120ef570b552da505dfd7df941fa/lib/resource/changes/create_new_version.ex#L21
To Reproduce
nallwhy@fbebbeb
Expected behavior
no error
** Runtime
- Elixir version
- Erlang version
- OS
- Ash version: 3.0.0-rc.46
- any related extension versions
Additional context
Describe the bug
crashes on
https://github.com/nallwhy/ash_paper_trail/blob/cc5f2c4385f9120ef570b552da505dfd7df941fa/lib/resource/changes/create_new_version.ex#L21
To Reproduce
nallwhy@fbebbeb
Expected behavior
no error
** Runtime
Additional context