mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 11:33:11 +00:00
coar-notify-7 follow-ups on the community advices
This commit is contained in:
@@ -19,17 +19,17 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="requestReview" class="org.dspace.coarnotify.LDNPattern">
|
||||
<bean id="requestReview" class="org.dspace.coarnotify.COARPattern">
|
||||
<property name="pattern" value="request-review"/>
|
||||
<property name="multipleRequest" value="true"/>
|
||||
</bean>
|
||||
|
||||
<bean id="requestEndorsement" class="org.dspace.coarnotify.LDNPattern">
|
||||
<bean id="requestEndorsement" class="org.dspace.coarnotify.COARPattern">
|
||||
<property name="pattern" value="request-endorsement"/>
|
||||
<property name="multipleRequest" value="true"/>
|
||||
</bean>
|
||||
|
||||
<bean id="requestIngest" class="org.dspace.coarnotify.LDNPattern">
|
||||
<bean id="requestIngest" class="org.dspace.coarnotify.COARPattern">
|
||||
<property name="pattern" value="request-ingest"/>
|
||||
<property name="multipleRequest" value="false"/>
|
||||
</bean>
|
||||
|
@@ -79,7 +79,7 @@
|
||||
</bean>
|
||||
|
||||
<bean id="AddEndorsedMetadataAction" class="org.dspace.qaevent.action.QANotifySimpleMetadataAction">
|
||||
<property name="metadata" value="notify.relation.endorsedBy"/>
|
||||
<property name="metadata" value="coar.notify.endorsedBy"/>
|
||||
</bean>
|
||||
<!-- Add a new identifier to the given item, using the defined types mapping -->
|
||||
<bean id="PIDMetadataAction" class="org.dspace.qaevent.action.QAOpenaireMetadataMapAction">
|
||||
|
Reference in New Issue
Block a user