Skip to content

Commit

Permalink
[DSC-1438] Update input form configuration according to input form xl…
Browse files Browse the repository at this point in the history
…s file
  • Loading branch information
atarix83 committed Jan 8, 2024
1 parent 2315b9a commit 2482b01
Show file tree
Hide file tree
Showing 2 changed files with 528 additions and 438 deletions.
11 changes: 5 additions & 6 deletions dspace/config/item-submission.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE item-submission SYSTEM "item-submission.dtd">

<item-submission>

<!-- The process-map maps collection handles to a particular Item -->
Expand Down Expand Up @@ -172,8 +171,8 @@
<type>cclicense</type>
</step-definition>
<!-- This optional step may allow the user to select access conditions on the item -->
<step-definition id="itemAccessConditions">
<heading>submit.progressbar.accessCondition</heading>
<step-definition id="itemAccessConditions" mandatory="true">
<heading>submit.progressbar.itemAccessConditions</heading>
<processing-class>org.dspace.app.rest.submit.step.AccessConditionStep</processing-class>
<type>accessCondition</type>
</step-definition>
Expand All @@ -192,12 +191,12 @@
<scope visibility="hidden" visibilityOutside="hidden">submission</scope>
</step-definition>
<step-definition id="custom-url" mandatory="false">
<heading>submit.progressbar.CustomUrlStep</heading>
<heading>submit.progressbar.custom-url</heading>
<processing-class>org.dspace.app.rest.submit.step.CustomUrlStep</processing-class>
<type>custom-url</type>
</step-definition>
<step-definition id="correction" mandatory="true">
<heading>submit.progressbar.correction-step</heading>
<heading>submit.progressbar.correction</heading>
<processing-class>org.dspace.app.rest.submit.step.CorrectionStep</processing-class>
<type>correction</type>
<scope visibilityOutside="hidden">workflow</scope>
Expand All @@ -212,6 +211,7 @@
<step id="correction" />
<step id="detect-duplicate" />
<step id="upload" />
<step id="cclicense" />
<step id="license" />
</submission-process>
<submission-process name="product-edit">
Expand Down Expand Up @@ -352,4 +352,3 @@
</submission-process>
</submission-definitions>
</item-submission>

Loading

0 comments on commit 2482b01

Please sign in to comment.