Skip to content

Commit

Permalink
issue #5277: use IsCitedBy instead of Cites
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Jan 25, 2022
1 parent 7c4ccf3 commit 95fff9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ private String generateRelatedIdentifiers(DvObject dvObject) {
}
}
if (StringUtils.isNotBlank(publicationIDType) && StringUtils.isNotBlank(publicationIDNumber)) {
relatedIdentifiers.add(serializeIdenifier(publicationIDType, "Cites", publicationIDNumber));
relatedIdentifiers.add(serializeIdenifier(publicationIDType, "IsCitedBy", publicationIDNumber));
}
}
}
Expand Down

0 comments on commit 95fff9a

Please sign in to comment.