Skip to content

Commit

Permalink
Enable entity type to submission form mapping by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Aug 2, 2023
1 parent a997d4c commit b71eee8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dspace/config/item-submission.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,14 @@
- - - - - -
PLEASE NOTICE THAT YOU WILL HAVE TO RESTART DSPACE
- - - - - -
Uncomment if you intend to use them
-->
<!--
-->
<name-map collection-entity-type="Publication" submission-name="Publication"/>
<name-map collection-entity-type="Person" submission-name="Person"/>
<name-map collection-entity-type="Project" submission-name="Project"/>
<name-map collection-entity-type="OrgUnit" submission-name="OrgUnit"/>
<name-map collection-entity-type="Journal" submission-name="Journal"/>
<name-map collection-entity-type="JournalVolume" submission-name="JournalVolume"/>
<name-map collection-entity-type="JournalIssue" submission-name="JournalIssue"/>
-->

</submission-map>


Expand Down

0 comments on commit b71eee8

Please sign in to comment.