My resource already defines its api using:
use Ash.Resource,
api: Core.Feedbacks,
If I try to use that resource the AshPhoenix.Form.for_update, I will need to still define the api option otherwise the function will complain.
Shouldn’t AshPhoenix.Form use the resource api if available instead of requiring the user to redefine it in the function call?
EDIT: The same question is valid for AshPhoenix.Form.for_create as well.




















