-
Notifications
You must be signed in to change notification settings - Fork 531
11525 retrieve collections a user can create datasets in #11681
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
11525 retrieve collections a user can create datasets in #11681
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.
| for (long i=0; i < 10; i++) { | ||
| for (long i = 0; i < 10; i++) { | ||
| Dataverse dv = new Dataverse(); | ||
| dv.setAlias("alias" + i); |
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.
I'm not sure why these additions, which don't correspond to this PR, are being added here. It's strange.
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.
I didn't add them. I think it was a glitch in the merge from develop. Those lines were already there
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.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
...in/java/edu/harvard/iq/dataverse/engine/command/impl/GetUserPermittedCollectionsCommand.java
Outdated
Show resolved
Hide resolved
…UserPermittedCollectionsCommand.java Co-authored-by: Guillermo Portas <[email protected]>
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. |
|
fix looks good, merging |

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