Alex'R
How can I use Filament Spatie Translatable with SEO Filament ?
Hi,
I’m trying to implement Spatie Translatable with an SEO relationship, but when I change the locale, the SEO fields do not update.
I created a new SEO model that implements the HasTranslations trait and defines a translatable array. I also set up my resource pages, but… nothing =/
Everything works perfectly with the record’s main data, but not with this SEO relationship. Is there a way to make this type of relationship translatable?
Thanks a lot!
3 replies
Redirect to the same resource after selecting a Tenant
Hi,
Although I searched the documentation, I couldn't find anything allowing a user to be redirected to the same type of resource when they select a tenant in their lite. Is this possible?
Thanks to you
12 replies
Edit RelationManager pivot array data
Hi,
I'm trying to create a form to update my pivot table data for a resale system.
I have, in my Model Service, my relationship which includes the pivots:
And this is my ProviderServicePivot :
And on my form when i Try to access on extra.name property, it doesn't work.
Anyone have an idea of the method to follow?
Thank you so much,
4 replies