mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-09 19:13:18 +00:00
116542: fix issues with CSV importing and the Any language being set on metadata values
This commit is contained in:
@@ -229,7 +229,7 @@ public class Collection extends CacheableDSpaceObject implements DSpaceObjectLeg
|
||||
* @throws SQLException if database error
|
||||
*/
|
||||
public void setLicense(Context context, String license) throws SQLException {
|
||||
getCollectionService().setMetadataSingleValue(context, this, MD_LICENSE, Item.ANY, license);
|
||||
getCollectionService().setMetadataSingleValue(context, this, MD_LICENSE, null, license);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user