-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
feat(ui/java) Update domains to be nested #8841
feat(ui/java) Update domains to be nested #8841
Conversation
|
||
return CompletableFuture.supplyAsync(() -> { | ||
|
||
// todo - implement parentDomain permissions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to do this todo, I'll push a PR to remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually since it's on your branch, can you update it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you bet
@@ -170,7 +170,7 @@ export const ManagePolicies = () => { | |||
variables: { | |||
input: { | |||
start, | |||
count: pageSize, | |||
count: pageSize + 10, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about this @chriscollins3456 - do you have any recollection?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh goodness no lol but I think you committed it in this commit? chriscollins3456@d98cf77#diff-233e1f29c0ac1da442f3d66913b74671aa3416041e03286950edfcc82ff582b2
maybe just for testing purposes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Must have been but for the life of me I cannot remember why
85fa5a1
into
datahub-project:master
Allow the ability to now nest domains underneath other domains. This should work much like the business glossary where you can add domains underneath other domains, move domains underneath other domains or at the root, and navigate domains using a nice new navigator.
Note: Permissions are inherited from parent domains - so if you add permissions to a parent domain and an entity is added to a child domain, that permission is inherited to child domains as well.
Here's some screenshots of the new experience:
Checklist