AshPaperTrail
[warning] Unhandled error in form submission for AshTableVue.GoldenDataset.Resources.Question.update
This error was unhandled because Ash.Error.Framework.MustBeAtomic does not implement the `AshPhoenix.FormData.Error` protocol.
** (Ash.Error.Framework.MustBeAtomic) AshTableVue.GoldenDataset.Resources.Question.update must be performed atomically, but it could not be
Reason: Cannot perform full_diff change tracking with AshPaperTrail atomically. You might want to choose a different tracking mode or set require_atomic? to false on your update actions.
See https://hexdocs.pm/ash/update-actions.html#fully-atomic-updates for more on atomics.[warning] Unhandled error in form submission for AshTableVue.GoldenDataset.Resources.Question.update
This error was unhandled because Ash.Error.Framework.MustBeAtomic does not implement the `AshPhoenix.FormData.Error` protocol.
** (Ash.Error.Framework.MustBeAtomic) AshTableVue.GoldenDataset.Resources.Question.update must be performed atomically, but it could not be
Reason: Cannot perform full_diff change tracking with AshPaperTrail atomically. You might want to choose a different tracking mode or set require_atomic? to false on your update actions.
See https://hexdocs.pm/ash/update-actions.html#fully-atomic-updates for more on atomics.I am trying to update an ash resource which has ash_paper_trail enabled on it. but i get this error. Don't fully understand this yet
