-
Notifications
You must be signed in to change notification settings - Fork 492
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
6262 show proper number of ds inlinking dv #6564
Conversation
@sekmiller this doesn't handle when there are dataverse in a linked dataverses (nor datasets in those dataverses, etc). We would need some recursion for this, but is likely what is needed to truly resolve this issue. |
Moving back to team dev based on comment from @scolapasta above |
return false; | ||
} | ||
|
||
private List<String> findLinkingDataversePaths(Dataverse dataverse, Boolean self) { |
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.
why is this an object and not a primitive boolean?
What this PR does / why we need it:
This PR will display the datasets owned by a linked dataverse in the linking dataverse
Which issue(s) this PR closes:
Closes #6262
Special notes for your reviewer:
None
Suggestions on how to test this:
Link a DV containing datasets and see that the datasets are displayed in the linking DV.
Does this PR introduce a user interface change?:
no
Is there a release notes update needed for this change?:
added as 6262-release-notes.md
Additional documentation:
NA