Custom Action on section with relation not doing anything
First some background information... I have a model that references another of the same model. This is editable in fillament by storing the schema components in a seperate function and then imported in both the main schema, and a section schema with a relation. This works great!
Now i wish to create a custom action to copy the form data from the current form into the relations form. So i added an action on the section to copy the form data into the relationship form. This however does nothing at all...
When i click the action it does load, it does send a request over the network but nothing happens. I added a notification for troubleshooting, and it never shows... However, as soon as i remove the ->relationship from the section, the action does trigger.
Any suggestions?
0 Replies