protocol Enumerable not implemented for #Ash.Changeset
I apologize if I abuse the support channel, please tell me if I should take this to #general or #archive-debugging
I've ran into this issue on two different resources, and I'll detail both below. The tl;dr is: I define a
Resource the first
I want to generate an "external id" on creation, so I expose a
Then calling it:
I'll continue with the second resource in the comments
I've ran into this issue on two different resources, and I'll detail both below. The tl;dr is: I define a
code_interface for a resource, but when I call the function it fails with protocol Enumerable not implemented for #Ash.Changeset<action_type: :create... at (ash 2.6.27) lib/ash/changeset/changeset.ex:998: Ash.Changeset.cast_params/3Resource the first
I want to generate an "external id" on creation, so I expose a
new acton via code_interface.Then calling it:
I'll continue with the second resource in the comments
