Relationships in filters.
Hi, I have 2 models related: Projects and Repository.
The project has one repository.
In the project model, the reporitory is telated using this a repository function with hasOne.
In the table of projects, the repository version is printed correctly, but now I'm trying to add a filter about that version. I need a select filter of the available versions to filter projects by repository version.
But i'm getting this error:
1 Reply
the problem is caused because Selectfilter doesn't support HasOne relationship, but why?