F
Filament17mo ago
Damien

Return to table after saving changes?

Is there, and if how can you return to the pervious page after saving data in a form.
Solution:
create page? ```php protected function getRedirectUrl(): string { return $this->previousUrl ?? $this->getResource()::getUrl('index');...
Jump to solution
1 Reply
Solution
LeandroFerreira
LeandroFerreira17mo ago
create page?
protected function getRedirectUrl(): string
{
return $this->previousUrl ?? $this->getResource()::getUrl('index');
}
protected function getRedirectUrl(): string
{
return $this->previousUrl ?? $this->getResource()::getUrl('index');
}
https://filamentphp.com/docs/2.x/admin/resources/creating-records#customizing-form-redirects
Want results from more Discord servers?
Add your server