mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 14:03:17 +00:00
116542: fix issues with CSV importing and the Any language being set on metadata values
This commit is contained in:
@@ -802,7 +802,7 @@ public class StructBuilder {
|
||||
|
||||
// default the short description to the empty string
|
||||
collectionService.setMetadataSingleValue(context, collection,
|
||||
MD_SHORT_DESCRIPTION, Item.ANY, " ");
|
||||
MD_SHORT_DESCRIPTION, null, " ");
|
||||
|
||||
// import the rest of the metadata
|
||||
for (Map.Entry<String, MetadataFieldName> entry : collectionMap.entrySet()) {
|
||||
|
Reference in New Issue
Block a user