Skip to content

Implied relationships for some filtered views aren't rendered #308

Closed Answered by simonbrowndotje
richhosek asked this question in Q&A
Discussion options

You must be logged in to vote

But what's happening is the implied relationships are being built using the Setup tagged relationships.

Correct, because they are the first to be defined in your workspace, and the CreateImpliedRelationshipsUnlessAnyRelationshipExistsStrategy prevents more from being created, which is how it's designed to work. If you'd like to change this behaviour, you will need to build your own ImpliedRelationshipsStrategy implementation that sometimes adds tags to existing relationships. You may want to use CreateImpliedRelationshipsUnlessSameRelationshipExistsStrategy (source) as a starting point.

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@richhosek
Comment options

@simonbrowndotje
Comment options

Comment options

You must be logged in to vote
4 replies
@simonbrowndotje
Comment options

@richhosek
Comment options

@richhosek
Comment options

@simonbrowndotje
Comment options

Answer selected by richhosek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #307 on June 27, 2024 15:21.