Query Strings in Action
Hi guys!
I need a solution, I have this action:
Actions\Action::make('go-back')
->color('secondary')
->label('الرجوع')
->icon('heroicon-o-arrow-left')
->url(route('filament.admin.resources.projects.edit', $this->record->project_id)),
But when I have more than one Relation Manager it always redirect to the first relation manager it is possible to pass also the activeRelationManager as a params if it please help me how?
Thank you!
3 Replies
Any solution please???
Solution
smth like
route('route.name', ['record' => 1, 'activeTab' => 'abc'])
?Yeah you are right thank you for your response