Confirmation on my approach for nested resources

I have two models, Fundraiser and Product. Fundraisers have Products. On a Fundraiser page, I want to list all products. Clicking one should go to e.g. fundraisers/6/products/2 and have breadcrumbs to go "back" to the fundraiser. It sounds like I have to create a RelationManager (to get the table on the fundraiser page), then also create a Relation Page (for the page), then customize the actions on the RelationManager table to link to the Relation Page. Is that accurate or am I missing something else? I don't want modals for this Product relation. These products are going to have their own nested relation (Variants, etc) and that sounds messy / not ideal.
2 Replies
schwartzmj
schwartzmjOP12mo ago
No description
schwartzmj
schwartzmjOP12mo ago
I want to be able to click "Edit" and instead of a modal it goes to /admin/fundraisers/6/products/2/edit, for example

Did you find this page helpful?