Repeater relationship translation not working

When you use repeater relationship translations the relationships does not save per locale, and when switching locale it crashes sometimes. See: https://share.cleanshot.com/b7gdrBZk
CleanShot Cloud
CleanShot 2023-11-08 at 12.55.14
Video uploaded to CleanShot Cloud
2 Replies
RobinDev
RobinDev8mo ago
@Dan Harrin this seems to be a filament wide problem, with searching, the sql query is wrong, anything we can do about this?
SLy
SLy7mo ago
@RobinDev Had same issue, you find a solution to this repeater problem not being translated? I tried also ->formatStateUsing(fn ($record): string => $record->translate('name', $form->getLivewire()->activeLocale)), but the activelocale does not get refreshed on locale switch, have no idea why