-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add GetDatasetLocks use case #99
Conversation
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.
Looks good, I just have a comment about the DatasetLockReason values.
@ekraffmiller We can see the same error that you had yesterday on your localhost, now also in action: https://github.com/IQSS/dataverse-client-javascript/actions/runs/6719463036/job/18261139350 I'm going to link this PR to the issue you created. |
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.
LGTM!
What this PR does / why we need it:
Adds use case for retrieving dataset locks.
This feature is required for the SPA.
Which issue(s) this PR closes:
Related Dataverse PRs:
Depends on:
Suggestions on how to test this:
Is there a release notes update needed for this change?:
N/A
Additional documentation:
None