Relation Manager: How to customize edit action?
Given the following example of a
How can I hook into the updating process of the edit action of the form? A lot of the docs only mention resource pages and not the relation manager itself.
What I want to achieve:
form in a relation manager:How can I hook into the updating process of the edit action of the form? A lot of the docs only mention resource pages and not the relation manager itself.
What I want to achieve:
- Set the pivot model's attribute to
['*']if the checkbox is selected. I tried it usingafterStateUpdatedbut that doesn't work.
form method of the Relation Manager?