-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show inherited relationships of an entity #13863
Comments
sureshms
added a commit
that referenced
this issue
Nov 6, 2023
9 tasks
sureshms
added a commit
that referenced
this issue
Nov 7, 2023
sureshms
added a commit
that referenced
this issue
Nov 7, 2023
sureshms
added a commit
that referenced
this issue
Nov 7, 2023
sureshms
added a commit
that referenced
this issue
Nov 8, 2023
sureshms
added a commit
that referenced
this issue
Nov 8, 2023
sureshms
added a commit
that referenced
this issue
Nov 8, 2023
sureshms
added a commit
that referenced
this issue
Nov 9, 2023
sureshms
added a commit
that referenced
this issue
Nov 9, 2023
sureshms
added a commit
that referenced
this issue
Nov 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, entities can inherit owner, domain, experts, and reviewers from their parent entity. There is no way to differentiate between inherited vs. actual relationship in an entity. This change proposes to add a new flag
inherited
toEntityReference
and will be set to true when a relationship is inherited from the parent.This also will help in not accidentally persisting an inherited relationship to the backend database.
The text was updated successfully, but these errors were encountered: