Relation manager when creating a new relation refresh form values
Its possible to update the form when we insert a new relation?
I have a resource called Process, and the process has a relation with ProcessPayments.
I have a relation manager to view and insert new payment on the process, but the payments have a status field that updates the process status also, what. want is when inserting a new payment is refresh the form Process to show the new status
is that possible?
1 Reply
im using an observer to update the status before saving the relation