Relation Manager Lifecycle Hooks

Is there a way to use a beforeUpdate hook before the relation manager form is saved? I don't seem to be able to get anything to work. I have a Checkbox list that I want to validate what gets saved to the database.
1 Reply
Taz416
Taz4164w ago
I can use the beforeStateDehydrated on the field I guess and do custom validation in the model so I guess it is not a deal breaker. Though is there any way to add a beforeSave somewhere since the relation manager does not have a edit-record page to add it. ??