dataquest-dev / dspace-angular

DSpace 7.x (and above) User Interface built on Angular.io
https://wiki.lyrasis.org/display/DSDOC7x/
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

different-required-field-when-download-hamledt #685

Closed Paurikova2 closed 2 months ago

Paurikova2 commented 2 months ago
Phases MP MM MB MR JM Total
ETA 0 0 0 0 0 0
Developing 5 0 0 0 0 0
Review 0 0 0 0 0 0
Total - - - - - 0
ETA est. 0
ETA cust. - - - - - 0

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.