Skip to content
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

Allow forced move of dataverse datasets and collections from the Dataverse dashboard #11245

Open
stevenferey opened this issue Feb 12, 2025 · 0 comments
Labels
Type: Feature a feature request

Comments

@stevenferey
Copy link
Contributor

stevenferey commented Feb 12, 2025

Overview of the Feature Request
From the Dataverse dashboard, with super-admin rights, when moving a dataset or dataverse collection, add an option to be able to force the move like the API:
curl -H "X-Dataverse-key: $API_TOKEN" -X POST http://$SERVER/api/datasets/$id/move/$alias?forceMove=true
curl -H "X-Dataverse-key: $API_TOKEN" -X POST http://$SERVER/api/dataverses/$id/move/$destination-id?forceMove=true

What kind of user is the feature intended for?
Superuser

What inspired the request?
This follows the development of issue #10304 and a discussion on the possibility of allowing the forced move of a dataverse collection

Any brand new behavior do you want to add to Dataverse?
Add the possibility for a superuser to be able to force the movement of a dataset or a dataverse collection.
This can be a checkbox before submitting the form.

Any open or closed issues related to this feature request?
JSF issue :

SPA issues :

Are you thinking about creating a pull request for this feature?
This is not currently prioritized in the team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature a feature request
Projects
None yet
Development

No branches or pull requests

1 participant