Skip to content

Commit

Permalink
Add extraction step to submission processes
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Jan 29, 2024
1 parent d0bdb48 commit 426850f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dspace/config/item-submission.xml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
<!--Step will be to Upload the item -->
<step id="upload"/>

<!-- <step id="extractionstep"/> -->
<step id="extractionstep"/>

<!-- Uncomment this step to allow the user to select a Creative Commons License -->
<step id="cclicense"/>
Expand Down Expand Up @@ -354,7 +354,7 @@
<!--Step will be to Upload the item -->
<step id="upload"/>

<!-- <step id="extractionstep"/> -->
<step id="extractionstep"/>

<!-- Uncomment this step to allow the user to select a Creative Commons License -->
<step id="cclicense"/>
Expand Down Expand Up @@ -386,7 +386,7 @@
<!--Step will be to Upload the item -->
<step id="upload"/>

<!-- <step id="extractionstep"/> -->
<step id="extractionstep"/>

<!-- Uncomment this step to allow the user to select a Creative Commons License -->
<step id="cclicense"/>
Expand Down Expand Up @@ -418,7 +418,7 @@
<!--Step will be to Upload the item -->
<step id="upload"/>

<!-- <step id="extractionstep"/> -->
<step id="extractionstep"/>

<!-- Uncomment this step to allow the user to select a Creative Commons License -->
<step id="cclicense"/>
Expand Down

0 comments on commit 426850f

Please sign in to comment.