Skip to content

Commit

Permalink
Update submission forms
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed May 21, 2024
1 parent bcd6ae3 commit 83496dc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
15 changes: 14 additions & 1 deletion dspace/config/item-submission.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,19 @@
<type>collection</type>
</step-definition>

<!-- TAMU Customization - add step definition for Dataset / PDAC -->
<step-definition id="datasetStep" 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="pdacStep" 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>
<!-- End TAMU Customization - add step definition for Dataset / PDAC -->

<!-- The following set of DescribeStep <step-definition>s all point to forms (of the same name) which are
defined in submission-forms.xml -->
<step-definition id="traditionalpageone" mandatory="true">
Expand Down Expand Up @@ -276,7 +289,7 @@
-->
<submission-process name="PDAC">
<step id="collection"/>
<step id="personStep"/>
<step id="pdacStep"/>
</submission-process>
<!-- End TAMU Customization - submission process for PDAC -->

Expand Down
1 change: 1 addition & 0 deletions dspace/config/submission-forms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<field>
<dc-schema>dc</dc-schema>
<dc-element>creator</dc-element>
<dc-qualifier></dc-qualifier>
<repeatable>true</repeatable>
<label>Creator</label>
<input-type>onebox</input-type>
Expand Down

0 comments on commit 83496dc

Please sign in to comment.