mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
121971: #9664 - Make cclicense step required in openaire submission form
This commit is contained in:
@@ -379,6 +379,10 @@
|
||||
|
||||
<!--Step will be to Sign off on the License -->
|
||||
<step id="license"/>
|
||||
|
||||
<!-- Step allows the user to select a Creative Commons License -->
|
||||
<!-- Required for OpenAIREv4 support -->
|
||||
<step id="cclicense"/>
|
||||
</submission-process>
|
||||
<submission-process name="openAIREPersonSubmission">
|
||||
<step id="collection"/>
|
||||
|
@@ -1133,29 +1133,6 @@
|
||||
<required></required>
|
||||
</relation-field>
|
||||
</row>
|
||||
<row>
|
||||
<field>
|
||||
<dc-schema>dc</dc-schema>
|
||||
<dc-element>rights</dc-element>
|
||||
<repeatable>false</repeatable>
|
||||
<label>Access Type</label>
|
||||
<input-type value-pairs-name="openaire_rights">dropdown</input-type>
|
||||
<hint>Select the access type of the resource.</hint>
|
||||
<required></required>
|
||||
</field>
|
||||
</row>
|
||||
<row>
|
||||
<field>
|
||||
<dc-schema>oaire</dc-schema>
|
||||
<dc-element>license</dc-element>
|
||||
<dc-qualifier>condition</dc-qualifier>
|
||||
<repeatable>false</repeatable>
|
||||
<label>License</label>
|
||||
<input-type value-pairs-name="openaire_license_types">dropdown</input-type>
|
||||
<hint>Select the license of the resource.</hint>
|
||||
<required></required>
|
||||
</field>
|
||||
</row>
|
||||
<row>
|
||||
<field>
|
||||
<dc-schema>dc</dc-schema>
|
||||
|
Reference in New Issue
Block a user