You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
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
The text was updated successfully, but these errors were encountered: