Skip to content

Commit

Permalink
Merge pull request DSpace#9004 from tdonohue/enable_entity_mapping
Browse files Browse the repository at this point in the history
Enable entity type to submission form mapping by default
  • Loading branch information
tdonohue authored Aug 3, 2023
2 parents a997d4c + b71eee8 commit 1011708
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 1011708

Please sign in to comment.