How do I mutateFormDataBeforeFill for a relation edit?
I have relationship manager but the function is not working there..
9 Replies
What do you want to mutate?
Is this on a action form or what form is it?
I want to mutate the form of the edit of loaded entities via the RelationshipManager
I have a list of relations of the loaded parent and can edit them via the relationshipmanager. But I want to mutate that edit form of each loaded child
Have you already tried to add function to the relationmanager class?
Yeah, thats not working there
Same for afterSave(), would like to use that aswel
if you have one or two fields, you can use
formatStateUsing
in the RM form
I need to access the record
Any ideas how I can do that?
Even further I need to access the db
This is awesome, thanks!
Any ideas about the afterSave?
->after()
in the EditAction?