Skip to content

Commit

Permalink
virtual metadata field for journal title
Browse files Browse the repository at this point in the history
  • Loading branch information
benbosman committed Sep 20, 2019
1 parent c7ddf85 commit 70ad6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspace/config/spring/api/virtual-metadata.xml
Expand Up @@ -129,7 +129,7 @@
<util:map id="isJournalVolumeOfIssueMap">
<entry key="publicationvolume.volumeNumber" value-ref="issueVolume_volume"/>
<entry key="creativeworkseries.issn" value-ref="volumeJournal_issn_related"/>
<entry key="journal.title" value-ref="volumeJournal_title_related"/>
<entry key="dc.identifier.citation" value-ref="volumeJournal_title_related"/>
</util:map>
<!-- This Collected bean will create a list of publicationVolume.volumeNumber virtual metadata fields that hold
the value of publicationVolume.volumeNumber, each of them in a separate metadatavalue
Expand Down

0 comments on commit 70ad6e7

Please sign in to comment.