Linking record to shop in create with useActionForm
I've setup a custom model which has a shop field to ensure they belong to the shop and also added the tenancy filter. When I create a new notification in my UI with useActionForm, it seems
shop
shop
is
null
null
, is this not handled automatically and added? Otherwise how would it actually be added?