This commit is contained in:
philip Vissenaekens
2016-07-06 17:46:44 +02:00
parent 7806c6a688
commit ae1a6dd19a

View File

@@ -1849,7 +1849,7 @@ function doEditBitstream(itemID, bitstreamID)
// Update the metadata
var primary = cocoon.request.get("primary");
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 bitstreamName = cocoon.request.get("bitstreamName");