Skip to content

Commit

Permalink
adjust example configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangantner committed Sep 1, 2023
1 parent 4f6d8e6 commit 8c2be18
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions dspace/config/spring/api/associateitem-service.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,21 @@
CUSTOM
</value>
</property>
<property name="users">
<property name="items">
<list>
<value>crispj.investigator</value>
</list>
</property>
<property name="discovery" value="publication" />
<!-- discovery index configuration that is shown on the associate-item-page -->
<property name="discovery" value="researchoutputs" />
<!-- metadatafield where the metadata is being created . It must be authority controlled -->
<property name="metadatafield" value="dc.relation.project" />
<!-- additional check for entity types. discovery indexes might display multiple types and the authority might only support one type -->
<property name="itemTypeSource" value="Publication" />
<property name="itemTypeTarget" value="Project" />
<!-- disable the authorization at the item where the metadata is being created. -->
<property name="disableAuthSource" value="true" />
<!-- additional conditions can be specified which must be fulfilled on the source and/or target item, when some associateitem request is made -->
<!--
<property name="conditionSource" value-ref="" />
<property name="conditionTarget" value-ref="" />
Expand Down

0 comments on commit 8c2be18

Please sign in to comment.