Issue with search on relation & attribute as select name.
So i got a bit complicated select question:
I want to make an select field which has a relation with the ram relation (hasOne Animal). Where i can search the field based on country_code/registration_number/name. The 'select_name' is an attribute set in the model as followed:
But with the given code i get the following error, which makes sense but i don't really got a clue on how to solve it.
I want to make an select field which has a relation with the ram relation (hasOne Animal). Where i can search the field based on country_code/registration_number/name. The 'select_name' is an attribute set in the model as followed:
But with the given code i get the following error, which makes sense but i don't really got a clue on how to solve it.