© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
20 replies
core

observer not triggered from EditAction

I have this editaction in a relationsmanager it's updating correctly the pivot attributes but not triggering an updating() observer
 ->using(function (Model $record, array $data): Model {
                    
                        $record->pivot->update($data);

                        return $record;
                    }),  
 ->using(function (Model $record, array $data): Model {
                    
                        $record->pivot->update($data);

                        return $record;
                    }),  
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

observer
FilamentFFilament / ❓┊help
3y ago
CreateAction and EditAction not triggering
FilamentFFilament / ❓┊help
2y ago
EditAction hooks
FilamentFFilament / ❓┊help
3y ago
after callback not fired for EditAction
FilamentFFilament / ❓┊help
3y ago