oliviergu
oliviergu
FFilament
Created by oliviergu on 4/3/2024 in #❓┊help
RelationManager table action not working
After many more tests, I noticed they worked on another similar object (with the same relation). My best guess is that the row actions don't work if there're multiple id in the query's results.
3 replies
FFilament
Created by oliviergu on 4/3/2024 in #❓┊help
RelationManager table action not working
It works when setting a URL, if that helps pinpoint the problem
Tables\Actions\Action::make('foo')
->url('http://example.com', shouldOpenInNewTab: true)
Tables\Actions\Action::make('foo')
->url('http://example.com', shouldOpenInNewTab: true)
3 replies