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
I have created a relation manager.
The corresponding pivot table has a translatable attribute, made translatable with spatie/laravel-translable on its pivot model.
The Resource and RelationManager have been made translatable.
When updating the pivot attribute with the edit table action, the value is always updated for the default locale, regardless of the language selected with the relation manager locale switcher.
Expected behavior
The value should be updated for the locale selected in the relation manager locale switcher.
Package
filament/filament
Package Version
v3.0.74
Laravel Version
v10.28.0
Livewire Version
v3.0.8
PHP Version
PHP 8.2.4
Problem description
I have created a relation manager.
The corresponding pivot table has a translatable attribute, made translatable with spatie/laravel-translable on its pivot model.
The Resource and RelationManager have been made translatable.
When updating the pivot attribute with the edit table action, the value is always updated for the default locale, regardless of the language selected with the relation manager locale switcher.
Expected behavior
The value should be updated for the locale selected in the relation manager locale switcher.
Steps to reproduce
/admin/login
and log in/admin/foos/1/edit
Reproduction repository
https://github.com/alva-v/filament-relation-manager-translatable-pivot-attribute
Relevant log output
No response
The text was updated successfully, but these errors were encountered: