how i could pass the server parameter to index and create and edit pages route?
im using filament for first time
14 Replies
this is my server resource
as u can see i have a btn that redirects to that server sub servers resource
now in my sub server resource
i have set the url slug also to receieve a parameter as server
and set the query builder to get that parameter and fetch sub servers of that server id
now when i open a specific server sub server resource page
i get this error
i tried commenting the edit page in getPages
but then i got this error?
now my question is how to i can pass parameters to index,create, edit pages?
sub server resource code
i want it something like this?
From a quick look change
{server}
to {record}
didnt worked tho
but i had a question on how to implementing it
do i need to make relation managers also?

will it be like this?
or not like usual relation manager
like it would show on edit
Are you using the Guava plugin? Check their docs - I'm about to head into a client meeting, I'll try and assist more when I get out
ok thanks
now im going to use it tho
GitHub
how i could pass the server parameter to index and create and edit ...
Package Panel builder Package Version 33 How can we help you? im using filament for first time this is my server resource <?php namespace App\Filament\Resources; use Filament\Forms; use Filament...
thank you