Lara Zeus
Filament repeater translations messed up structure on save
I'll give it more test this weekend and see if its possible to fix it 🙂
it seems it adds the UUID keys on the first lang only
can you check if its happens on create only or on edit also?! since these are diff classes.
10 replies
Filament repeater translations messed up structure on save
I have repeater in the demo
https://github.com/lara-zeus/translatable-demo/blob/213d9895c3dfbb66dde509e045e3e899687516c2/app/Filament/Resources/BookResource.php#L50
10 replies
auto fill when i select
you'll need
afterStateUpdated
to set the other fields with the values you want from the company
similler to
https://filamentphp.com/docs/3.x/forms/advanced#generating-a-slug-from-a-title12 replies
deleteAny policy - prevent self deletion
instead of doing it from the policy
maybe prevent it from the action
https://filamentphp.com/docs/3.x/tables/actions#disabling-bulk-actions-for-some-rows
6 replies
Add a trait to every filament page
you can customize the stubs files and add the needed trait
https://filamentphp.com/docs/3.x/support/stubs
but wont be helpful for the existing classes.
4 replies
filament-fabricator with spatie-laravel-translatable-plugin
try the fork:
https://github.com/lara-zeus/translatable
not sure if al lthe issues has been fixed but its working, we also have a demo with fabricator
https://github.com/lara-zeus/translatable-demo
3 replies