Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 10 additions & 19 deletions dspace/config/item-submission.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
<name-map collection-handle="123456789/29" submission-name="JournalVolume"/>
<name-map collection-handle="123456789/30" submission-name="JournalIssue"/>
-->
<!-- These configurations enable default submission forms per Entity type
<!-- These configurations enable default submission forms per Entity type

The collection-entity-type will be the entity-type attribute associated with a collection,
typically the entity name that is associated with a collection if any created or loaded
typically the entity name that is associated with a collection if any created or loaded
(that is usually specified in relationship-types.xml).
- - - - - -
PLEASE NOTICE THAT YOU WILL HAVE TO RESTART DSPACE
Expand Down Expand Up @@ -248,20 +248,13 @@
</step-definition>

<!-- UMD Customization -->
<!-- LIBDRUM-876 -->
<step-definition id="umdType" mandatory="true">
<heading>submit.progressbar.describe.umdType</heading>
<processing-class>org.dspace.app.rest.submit.step.DescribeStep</processing-class>
<type>submission-form</type>
</step-definition>

<step-definition id="mhheaType" mandatory="true">
<heading>submit.progressbar.describe.mhheaType</heading>
<processing-class>org.dspace.app.rest.submit.step.DescribeStep</processing-class>
<type>submission-form</type>
<step-definition id="umdDescribe" mandatory="true">
<heading>submit.progressbar.describe.stepone</heading>
<processing-class>org.dspace.app.rest.submit.step.DescribeStep</processing-class>
<type>submission-form</type>
</step-definition>

<step-definition id="umdDescribe" mandatory="true">
<step-definition id="mhheaDescribe" mandatory="true">
<heading>submit.progressbar.describe.stepone</heading>
<processing-class>org.dspace.app.rest.submit.step.DescribeStep</processing-class>
<type>submission-form</type>
Expand Down Expand Up @@ -465,7 +458,6 @@
<!-- UMD default submission process -->
<submission-process name="umd-submission">
<step id="collection"/>
<step id="umdType"/>
<step id="umdDescribe"/>
<step id="upload"/>
<step id="cclicense"/>
Expand All @@ -477,12 +469,11 @@
collection -->
<submission-process name="MHHEA-submission">
<step id="collection"/>
<step id="mhheaType"/>
<step id="umdDescribe"/>
<step id="mhheaDescribe"/>
<step id="optionalUpload"/>
<step id="cclicense"/>
<step id="license"/>
</submission-process> -->
</submission-process>
<!-- End UMD Customization -->
</submission-definitions>

Expand Down
Loading
Loading