coar-notify-7 follow-ups on the community advices

This commit is contained in:
frabacche
2024-02-14 17:54:08 +01:00
parent d81408b2d3
commit d7350437f2
52 changed files with 387 additions and 341 deletions

View File

@@ -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>

View File

@@ -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">