Skip to content

Commit

Permalink
Merged in DSC-820-introduce-new-metadata-in-submission-for-bitstreams…
Browse files Browse the repository at this point in the history
…-to-show-in-advanced-attachment (pull request DSpace#1316)

[DSC-820] add bitstream.hide metadata

Approved-by: Andrea Barbasso
  • Loading branch information
aliaksandr.kryvasheyeu authored and Andrea Barbasso committed Dec 6, 2023
2 parents 7053dde + ebdc752 commit 5807bc0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dspace/config/submission-forms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@
<required />
</field>
</row>
<row>
<field>
<dc-schema>bitstream</dc-schema>
<dc-element>hide</dc-element>
<label>Hide file</label>
<input-type value-pairs-name="truefalse">dropdown</input-type>
<repeatable>false</repeatable>
<required />
<hint />
</field>
</row>
</form>
<form name="publication-dc-contributor-author">
<row>
Expand Down

0 comments on commit 5807bc0

Please sign in to comment.