Opening RelationManager in page rather than modal

Hi all, I know nested resources dont exist yet (at least i dont think they do. I have Booking > Quotes -> Itinerary I am wondering is there a way to open the Quote in the page rather than as a modal, then showing the resource manager for that edit page as we cant nest the modals?
1 Reply
Patrick Boivin
Patrick Boivin16mo ago
Something like this?
Action::make('editQuote')
->url(fn ($record) => QuoteResource::getUrl('edit', ['record' => $record->id]));
Action::make('editQuote')
->url(fn ($record) => QuoteResource::getUrl('edit', ['record' => $record->id]));
Want results from more Discord servers?
Add your server