mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
fixes for incorrect virtual metadata
This commit is contained in:
@@ -17,18 +17,4 @@
|
|||||||
- project.identifier.expectedcompletion > NOT FOUND
|
- project.identifier.expectedcompletion > NOT FOUND
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<dc-type>
|
|
||||||
<schema>project</schema>
|
|
||||||
<element>contributor</element>
|
|
||||||
<qualifier>author</qualifier>
|
|
||||||
<scope_note>Virtual metadata field that holds the full name of the author</scope_note>
|
|
||||||
</dc-type>
|
|
||||||
|
|
||||||
<dc-type>
|
|
||||||
<schema>project</schema>
|
|
||||||
<element>contributor</element>
|
|
||||||
<qualifier>other</qualifier>
|
|
||||||
<scope_note>Virtual metadata field that holds the value of organization.legalName</scope_note>
|
|
||||||
</dc-type>
|
|
||||||
|
|
||||||
</dspace-dc-types>
|
</dspace-dc-types>
|
||||||
|
@@ -77,7 +77,7 @@
|
|||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<util:map id="isPersonOfProjectMap">
|
<util:map id="isPersonOfProjectMap">
|
||||||
<entry key="project.contributor.author" value-ref="projectPerson_author"/>
|
<entry key="dc.contributor.author" value-ref="projectPerson_author"/>
|
||||||
</util:map>
|
</util:map>
|
||||||
<!--
|
<!--
|
||||||
If the related item has:
|
If the related item has:
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<util:map id="isOrgUnitOfProjectMap">
|
<util:map id="isOrgUnitOfProjectMap">
|
||||||
<entry key="project.contributor.other" value-ref="projectOrgUnit_other"/>
|
<entry key="dc.contributor.other" value-ref="projectOrgUnit_other"/>
|
||||||
</util:map>
|
</util:map>
|
||||||
<!-- This Collected bean wil create a list of project.contributor.other virtual metadata fields that hold
|
<!-- This Collected bean wil create a list of project.contributor.other virtual metadata fields that hold
|
||||||
the value of organization.legalName, each of them in a separate metadatavalue
|
the value of organization.legalName, each of them in a separate metadatavalue
|
||||||
|
Reference in New Issue
Block a user