Sevendays-Digital/filament-nested-resources

on paginate , Missing parameters:

marco76tv opened this issue · 2 comments

if i click on paginate and i have a action like

Tables\Actions\Action::make('regenImg')
->label('regenerate')
->icon('heroicon-s-refresh')
->url(fn ($record): string => self::getUrl('regen-img', ['record' => $record]))

on the other pages i have missing parameters for all parents parameters

same here. I realy cant understand it... and i cant find solution :(

I think it because Filament is resets the page state in certain conditions. For example, when you open a action modal on the page that uses the parents parameters.

Screen.Recording.2023-06-18.at.08.54.49.mov