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
Hello, we have handed over maintenance of this plugin to trusted developers, here: https://github.com/lara-zeus/translatable. You should open a new issue there for a resolution. It may already be fixed if you use their fork also.
The current plan is to officially deprecate the plugin and suggest the new plugin when v4 is released.
Package
filament/spatie-laravel-translatable-plugin
Package Version
v3.2.130
Laravel Version
v11.36.1
Livewire Version
v3.5.17
PHP Version
PHP 8.3.9
Problem description
When inheriting a relation manager's active locale from the resource page, switching locale gives
Typed property Filament\Resources\RelationManagers\RelationManager::$table must not be accessed before initialization
.The resource form has to be long enough to prevent the relation manager from loading right away.
Expected behavior
Not an error. The code should check if the lazy loaded relation manager was loaded.
Steps to reproduce
Reproduction repository (issue will be closed if this is not valid)
https://github.com/town-software/filament-issue-translatable-lazy
Relevant log output
No response
The text was updated successfully, but these errors were encountered: