mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
DS-3199
This commit is contained in:
@@ -1849,7 +1849,7 @@ function doEditBitstream(itemID, bitstreamID)
|
|||||||
// Update the metadata
|
// Update the metadata
|
||||||
var primary = cocoon.request.get("primary");
|
var primary = cocoon.request.get("primary");
|
||||||
var description = cocoon.request.get("description");
|
var description = cocoon.request.get("description");
|
||||||
var formatID = UUID.fromString(cocoon.request.get("formatID"));
|
var formatID = cocoon.request.get("formatID");
|
||||||
var userFormat = cocoon.request.get("user_format");
|
var userFormat = cocoon.request.get("user_format");
|
||||||
var bitstreamName = cocoon.request.get("bitstreamName");
|
var bitstreamName = cocoon.request.get("bitstreamName");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user