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
Describe the bug
If an item has a custom URL, it's impossible to upload files to a new bundle via administration. It's failing, because the REST API call with the custom URL (https://dspace-instance/server/api/core/items/CUSTOMURL) cannot be responded correctly - it works only with the UUID.
For existing bundles it's still possible to upload new files with the upload button at the bundle; it's not working for the generic "Upload" button above the existing bundles.
To Reproduce
Steps to reproduce the behavior:
Create (or choose) an item with a custom URL
Go to the administrative Edit mode for the item
Choose the bitstreams tab
Click the upload button
Type a bundle name (there won't be a choice menu listing existing bundles!)
Click "Create bundle"
Nothing will happen, in the console you will see error messages.
Expected behavior
I would expect to see the upload option to put a new file into the bundle.
Related work
No related work I am aware of.
The text was updated successfully, but these errors were encountered:
Describe the bug
If an item has a custom URL, it's impossible to upload files to a new bundle via administration. It's failing, because the REST API call with the custom URL (https://dspace-instance/server/api/core/items/CUSTOMURL) cannot be responded correctly - it works only with the UUID.
For existing bundles it's still possible to upload new files with the upload button at the bundle; it's not working for the generic "Upload" button above the existing bundles.
To Reproduce
Steps to reproduce the behavior:
Nothing will happen, in the console you will see error messages.
Expected behavior
I would expect to see the upload option to put a new file into the bundle.
Related work
No related work I am aware of.
The text was updated successfully, but these errors were encountered: