how to refresh EditRecord Page after submit a Action::model component
I am created a entry in relation field of table by using a Action submit. It will add a new entry in reference table. How to refresh this EditRecord page so that that entry would be visible in relation-Manger tab.
1 Reply
I solved it by emitting an event and register that event in relationmanger like this
protected $listeners = ['emp-refresh-event' => '$refresh'];