F
Filament6mo ago
vladan

Relations with own pages

https://filamentphp.com/docs/3.x/panels/resources/relation-managers#relation-pages Instead of managing it all using frames, I'd like them to have separate pages 'addresses' => Pages\ManageCustomerAddresses::route('/{record}/addresses'), something like 'addresses' => Pages\ManageCustomerAddresses::route('/{record}/addresses/{address}/edit'), any idea how to achieve that?
2 Replies
Dennis Koch
Dennis Koch6mo ago
Instead of managing it all using frames, I'd like them to have separate pages
What do you mean by "using frames"? The modals? I think you could create an "EditCustomerAddress" page and link it from the relation manager page
vladan
vladan6mo ago
yes, using modals, but EditCustomerAddress doesn't work in that way because we can't really pass {address} param, the default one is {record}