Skip to content

Commit 00fbd32

Browse files
change thesis submission form dropdown to only show Thesis
1 parent 79845b9 commit 00fbd32

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

dspace/config/submission-forms.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@
14231423
<dc-qualifier></dc-qualifier>
14241424
<repeatable>false</repeatable>
14251425
<label>Qualification Type</label>
1426-
<input-type value-pairs-name="common_types">dropdown</input-type>
1426+
<input-type value-pairs-name="thesis_types">dropdown</input-type>
14271427
<hint>Select the qualification type that you are submitting.</hint>
14281428
<required>Select the qualification type that you are submitting for.</required>
14291429
</field>
@@ -2676,6 +2676,13 @@
26762676
<stored-value>Undergraduate</stored-value>
26772677
</pair>
26782678
</value-pairs>
2679+
2680+
<value-pairs value-pairs-name="thesis_types" dc-term="type">
2681+
<pair>
2682+
<displayed-value>Thesis</displayed-value>
2683+
<stored-value>Thesis</stored-value>
2684+
</pair>
2685+
</value-pairs>
26792686
<!-- Common qualification name end -->
26802687
<!-- Custom value pairs end -->
26812688

0 commit comments

Comments
 (0)