Skip to content

Commit

Permalink
Merge pull request #1478 from ScilifelabDataCentre/DDS-1409-Add-verif…
Browse files Browse the repository at this point in the history
…y-checksum-to-the-notification-email

Add verify checksum flag to the email when project release
  • Loading branch information
rv0lt authored Oct 6, 2023
2 parents b14b1cf + 2bdd4ce commit fe4d13d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions SPRINTLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,3 +312,4 @@ _Nothing merged in CLI during this sprint_

- Project title displayed along with the internal project ID email sent when a project is released ([#1475](https://github.com/ScilifelabDataCentre/dds_web/pull/1475))
- Use full DDS name in MOTD email subject ([#1477](https://github.com/ScilifelabDataCentre/dds_web/pull/1477))
- Add flag --verify-checksum to the comand in email template ([#1478])(https://github.com/ScilifelabDataCentre/dds_web/pull/1478)
2 changes: 1 addition & 1 deletion dds_web/templates/mail/project_release.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<p style="font-family: arial, sans-serif; font-size: 12px; font-weight: normal; margin: 0; Margin-top: 0px;">
The DDS CLI command <i>dds ls -p {{project_id}}</i> can be used to list the files in this project. </p>
<p style="font-family: arial, sans-serif; font-size: 12px; font-weight: normal; margin: 0; Margin-top: 0px;">
The DDS CLI command <i>dds data get -p {{project_id}} -a</i> can be used to download all the files in this project to your current directory. </p>
The DDS CLI command <i>dds data get -p {{project_id}} -a --verify-checksum</i> can be used to download all the files in this project to your current directory. </p>
<p style=" font-family: arial, sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-top: 15px;">
Your access to this project will expire on {{deadline}}</p>
<p style="font-family: arial, sans-serif; font-size: 10px; font-weight: normal; margin: 0; Margin-top: 10px;">
Expand Down
2 changes: 1 addition & 1 deletion dds_web/templates/mail/project_release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You were added to this project by {{displayed_sender}}.

The DDS CLI command 'dds ls -p {{project_id}}' can be used to list the files in this project.

The DDS CLI command 'dds data get -p {{project_id}} -a' can be used to download all the files in this project to your current directory.
The DDS CLI command 'dds data get -p {{project_id}} -a --verify-checksum' can be used to download all the files in this project to your current directory.

Your access to this project will expire on {{deadline}}

Expand Down

0 comments on commit fe4d13d

Please sign in to comment.