Go to record on "view" in Relationship managed resource.
So I have a "Leads" resource and I would like when in the relationship manager for the related "Emails" Resource, the "view" record would take me to the page for that record, instead of popping it out over my lead.
Not quite sure how to achieve this specifically, I just want it to mimic what It would do if I were clicking it in the Email table not the relationship manager.
Any help on this would be greatly appreciated.
Solution:Jump to solution
You mean instead of opening a modal, you want it to redirect you to the ViewEmail page, like this https://filamentphp.com/docs/3.x/tables/actions#row-actions
2 Replies
Solution
You mean instead of opening a modal, you want it to redirect you to the ViewEmail page, like this https://filamentphp.com/docs/3.x/tables/actions#row-actions
Yep precisely, this should do it for me, I dont know why i couldnt spot this myself. thank you.