Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sub sub email language #1499

Merged
merged 28 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
b3f69cf
OY2 23552: Latest Package Activity - Package Details Page + Dashboard…
kristin-at-theta Aug 29, 2023
612f7ba
Oy2 23798 - Subsequent Submissions (#1342)
bflynn-cms Sep 8, 2023
95b590c
Merge branch 'develop' into sub-sub
bflynn-cms Sep 22, 2023
a64e69a
merge develop to sub-sub
bflynn-cms Sep 22, 2023
f560afc
OY2-25114 - subsequent submission reverse chrono (#1372)
bflynn-cms Sep 28, 2023
31c0322
Oy2 23799 - add emails for subsequent submissions (#1368)
bflynn-cms Sep 29, 2023
4f6475b
rebuild package lock just to force a build
bflynn-cms May 14, 2024
d8feeea
Merge branch 'develop' into sub-sub
bflynn-cms May 14, 2024
cbf8a86
Update package-lock.json
bflynn-cms May 14, 2024
8bd0832
fix lint
bflynn-cms May 14, 2024
8a5544e
test refactor
Valencia2019 Jun 5, 2024
ea13d06
add subsequent submission maps
bflynn-cms Jun 12, 2024
d7c2e80
test updates: latest activity
Valencia2019 Jun 20, 2024
17c175e
Mege latest develop (#1479)
bflynn-cms Jul 1, 2024
7928b26
add changes for Oy2 28890 to sub sub (#1480)
bflynn-cms Jul 1, 2024
43f06a4
OY2-28810 - keep substatus after subsequent submission
bflynn-cms Jul 1, 2024
977aa41
Update buildAnyPackage.js
bflynn-cms Jul 1, 2024
5f27962
oy2-28987 - update email notification text to state for sub sub (#1484)
andieswift Jul 24, 2024
2d4d4a3
oy2-28988: sub sub CMS email fix (#1491)
andieswift Jul 24, 2024
0c7fbe3
added same text change from the other broken branch (#1488)
andieswift Aug 5, 2024
7a8075e
oy2-28672 - update sub sub confirmation popup text (#1486)
bflynn-cms Aug 5, 2024
dc59958
oy2-28671 - update subsequent submission additional information text …
bflynn-cms Aug 5, 2024
78a9a8b
Merge branch 'develop' into subsub2
bflynn-cms Aug 7, 2024
f0800ea
update build package to add latest activity timestamp
bflynn-cms Aug 7, 2024
9b74b39
remove submissionTimestamp from subsequent submission config
bflynn-cms Aug 7, 2024
ea3484a
removed spam notice on CMS email & state email and for state added te…
andieswift Aug 27, 2024
8cd1aad
merged dev
andieswift Aug 30, 2024
4f0cbfc
reset onemac test pages
andieswift Aug 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions services/app-api/email/CMSSubsequentSubmissionNotice.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ export const CMSSubsequentSubmissionNotice = async (data, config) => {
its details by clicking on its ID number.
</li>
</ul>
<br>
<p>If the contents of this email seem suspicious, do not open them, and instead forward this email to <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>Thank you!</p>
`,
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const stateSubsequentSubmissionReceipt = (data, config) => {
config.typeLabel
} ${data.componentId}:</p>
${formatPackageDetails(data, config)}
<p>If you have questions or did not expect this email, please contact <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>If you have any questions or did not expect this email, please contact your CPOC.</p>
<p>Thank you.</p>`,
};
};
Loading