How to use AttachAction with Translatable resource?
Hey guys,
I have resource Diagnosis that has SymptomsRelationManager. Symptoms are translatable via Spatie Translatable. I have AttachAction, but it returs to me objects as records. How can I set it tu currently activeLocale?
1 Reply
I have one more problem: When I am on EditRecord, it works just fine, but when I switch to ViewRecord, it throws me exception:
Cannot mutate reactive prop [activeLocale] in component: [app.filament.resources.diagnosis-resource.relation-managers.symptoms-relation-manager]
I am not sure why. I have Translatable concern on View set.