dataquest-dev / DSpace

(Official) The DSpace digital asset management system that powers your Institutional Repository
https://wiki.lyrasis.org/display/DSDOC7x/
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

different required fileds when download hamledt #729

Closed Paurikova2 closed 1 month ago

Paurikova2 commented 1 month ago

Problem description In the required info, there are SEND_TOKEN and EXTRA_EMAIL. In version 5, when SEND_TOKEN is required, the system sends information to the address in the EXTRA_EMAIL field. We require two addresses from the user and will send an email to the address in the SEND_TOKEN field when SEND_TOKEN is required.

Solution Do not require SEND_TOKEN as an input field. Instead, send the email to the EXTRA_EMAIL address when SEND_TOKEN is required.