mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00
fix: uses dc.source for bitstream originalName tag
Refs: DURACOM-391, #1130
This commit is contained in:
@@ -143,7 +143,7 @@ public class ItemUtils {
|
|||||||
bitstream.getField().add(createValue("name", name));
|
bitstream.getField().add(createValue("name", name));
|
||||||
}
|
}
|
||||||
if (oname != null) {
|
if (oname != null) {
|
||||||
bitstream.getField().add(createValue("originalName", name));
|
bitstream.getField().add(createValue("originalName", oname));
|
||||||
}
|
}
|
||||||
if (description != null) {
|
if (description != null) {
|
||||||
bitstream.getField().add(createValue("description", description));
|
bitstream.getField().add(createValue("description", description));
|
||||||
|
Reference in New Issue
Block a user