11525 retrieve collections a user can create datasets in#11681
Merged
ofahimIQSS merged 34 commits intodevelopfrom Sep 10, 2025
Merged
11525 retrieve collections a user can create datasets in#11681ofahimIQSS merged 34 commits intodevelopfrom
ofahimIQSS merged 34 commits intodevelopfrom
Conversation
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
GPortas
reviewed
Sep 5, 2025
| for (long i=0; i < 10; i++) { | ||
| for (long i = 0; i < 10; i++) { | ||
| Dataverse dv = new Dataverse(); | ||
| dv.setAlias("alias" + i); |
Contributor
There was a problem hiding this comment.
I'm not sure why these additions, which don't correspond to this PR, are being added here. It's strange.
Contributor
Author
There was a problem hiding this comment.
I didn't add them. I think it was a glitch in the merge from develop. Those lines were already there
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
GPortas
reviewed
Sep 8, 2025
GPortas
approved these changes
Sep 8, 2025
…UserPermittedCollectionsCommand.java Co-authored-by: Guillermo Portas <hey@gportas.me>
This comment has been minimized.
This comment has been minimized.
|
📦 Pushed preview images as 🚢 See on GHCR. Use by referencing with full name as printed above, mind the registry name. |
Contributor
|
fix looks good, merging |
pdurbin
added a commit
that referenced
this pull request
Sep 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What this PR does / why we need it: This API endpoint is required for the dataset creation page in the SPA, for selecting the host collection. It will list any Collections/Dataverses the user can add a Dataset to.
Which issue(s) this PR closes:#11525 #11519
Special notes for your reviewer:
Suggestions on how to test this: Also see #11519 for instruction on how to reproduce the bug that is also fixed in this PR
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Is there a release notes update needed for this change?: Included
Additional documentation: included