Skip to content
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

Closed
sureshms opened this issue Nov 6, 2023 · 0 comments · Fixed by #13864
Closed

Show inherited relationships of an entity #13863

sureshms opened this issue Nov 6, 2023 · 0 comments · Fixed by #13864

Comments

@sureshms
Copy link
Contributor

sureshms commented Nov 6, 2023

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 to EntityReference 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.

sureshms added a commit that referenced this issue Nov 7, 2023
* Fixes #13863 - Show inherited relationships of an entity

* Test failure fixes

* Commenting out invalid python test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant