You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for a translatable content driver when creating and updating records in the Translatable trait. The action callbacks now try to obtain a driver from Livewire (makeFilamentTranslatableContentDriver) or from the container (Filament\\SpatieLaravelTranslatableContentDriver) and delegate record creation/update to it. If no driver is available, the previous behavior is preserved: translatable attributes are merged/fill()ed and the record is saved. Also ensure mutateFormDataBeforeSave is evaluated for update actions before filling/saving to avoid Filament actions not mutating data prior to save.
0 commit comments