3
Alias the "root" of a o2m to the ID of the related collection
Source: directus/directus#4236 · opened by @unknown
So I have a collection setup called Customers and this has a O2M link to the Directus Users table (Multiple Users to one Customer but the user can only link one Customer linked) when trying to filter for the user I found it did not work.
I asked the Discord Community for help and Rijk gave me a hand with the issue at hand. After some diagnosing and instead of calling the filter ?filter[linked_accounts][_eq]={{ID}} we ended up having to call the filter ?filter[linked_accounts][id][_eq]={{ID}} so he asked if I could open a feature request and hear I am 😃
Link to the Database Relation and expected Filter call image also shared on Discord:
I asked the Discord Community for help and Rijk gave me a hand with the issue at hand. After some diagnosing and instead of calling the filter ?filter[linked_accounts][_eq]={{ID}} we ended up having to call the filter ?filter[linked_accounts][id][_eq]={{ID}} so he asked if I could open a feature request and hear I am 😃
Link to the Database Relation and expected Filter call image also shared on Discord:
No pledges yet. Be the first to back this.
Comments
Similar requests
Multiple Sort on O2M interface
4 votes · 0 comments
Customizable Display Interface for O2M Relation Selection
5 votes · 0 comments
Default value field present in O2M field creation
3 votes · 0 comments
Add batch deletion of O2M items
4 votes · 0 comments
Related values always includes a link display on o2m
1 vote · 0 comments
No comments yet.