mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DURACOM-356] Updated Sherpa Journal mapping to use creativeworkseries.issn instead of dc.identifier.issn
This commit is contained in:
@@ -97,7 +97,7 @@ public class SHERPAv2JournalDataProvider extends AbstractExternalDataProvider {
|
||||
if (CollectionUtils.isNotEmpty(sherpaJournal.getIssns())) {
|
||||
String issn = sherpaJournal.getIssns().get(0);
|
||||
externalDataObject.addMetadata(new MetadataValueDTO(
|
||||
"dc", "identifier", "issn", null, issn));
|
||||
"creativeworkseries", "issn", null, null, issn));
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user