Translatable Relation manager
Hi, I'm using spatie translatable plugin for translating models and resources. I need to make it work in Relation Managers. Since the package does not support it right away, I found a possible fix
https://github.com/filamentphp/filament/discussions/1514#discussioncomment-2156698
but the solution does not seem to work - I'm getting the same exact issue as
https://github.com/filamentphp/filament/discussions/1514#discussioncomment-3099334
Is there a possible workaround or is it just not possible to make it work with rm?
GitHub
Translatable popup Relation managers · filamentphp filament · Discu...
Hello, I am working on solution, how to edit translatable fields in popup relation managers. I made a trait, that emit event, when you switch language on resource page. This trait is used in Edit p...
1 Reply
Added in v3