InteractsWithRecord + Clusters = Not possible?
Using custom Filament page (\Filament\Pages)
Page is within a Cluster.
What I want to achieve:
Having user/{tenant}/cluster/{model}/page work - working with a specific record in a custom Page, where the Page is inside a Cluster.
On the Cluster class, I define slug:
On the Page class, I define this:
php artisan route:list declares this:
View looks like this
I get the error:
If I set getSubNavigation to return an empty array (the breadcrumbs), I get the page to render.
What am I missing - feels like I'm over-complicating this?
Page is within a Cluster.
What I want to achieve:
Having user/{tenant}/cluster/{model}/page work - working with a specific record in a custom Page, where the Page is inside a Cluster.
On the Cluster class, I define slug:
On the Page class, I define this:
php artisan route:list declares this:
View looks like this
I get the error:
If I set getSubNavigation to return an empty array (the breadcrumbs), I get the page to render.
What am I missing - feels like I'm over-complicating this?