Skip to content

Commit

Permalink
Merge pull request #3643 from bcgov/NDT-567-Add-Data-team-email-for-i…
Browse files Browse the repository at this point in the history
…ntake-5-submission-notification

chore: add data team to appliction submission email list
  • Loading branch information
ccbc-service-account authored Nov 1, 2024
2 parents 1bd19c7 + f8b09c4 commit 71ee705
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.203.4](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.203.3...v1.203.4) (2024-11-01)

## [1.203.3](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.203.2...v1.203.3) (2024-10-29)

### Bug Fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const notifyApplicationSubmission: EmailTemplateProvider = (
url: string
): EmailTemplate => {
return {
emailTo: [71, 34, 70, 1, 3, 72, 111, 112, 10, 11, 146],
emailTo: [71, 34, 70, 1, 3, 72, 111, 112, 10, 11, 146, 77],
emailCC: [],
tag: 'application-submitted',
subject: `CCBC Application received`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('notifyApplicationSubmission template', () => {

expect(emailTemplate).toEqual(
expect.objectContaining({
emailTo: [71, 34, 70, 1, 3, 72, 111, 112, 10, 11, 146],
emailTo: [71, 34, 70, 1, 3, 72, 111, 112, 10, 11, 146, 77],
emailCC: [],
tag: 'application-submitted',
subject: 'CCBC Application received',
Expand Down
1 change: 1 addition & 0 deletions db/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -720,3 +720,4 @@ tables/application_form_template_9_data 2024-09-25T22:50:17Z Rafael Solorzano <6
@1.203.2 2024-10-29T17:37:47Z CCBC Service Account <[email protected]> # release v1.203.2
mutations/archive_application_sow [mutations/[email protected]] 2024-10-24T19:57:11Z Anthony Bushara <[email protected]> # Add application ID to prevent archiving other applications
@1.203.3 2024-10-29T21:17:39Z CCBC Service Account <[email protected]> # release v1.203.3
@1.203.4 2024-11-01T15:43:03Z CCBC Service Account <[email protected]> # release v1.203.4
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CONN-CCBC-portal",
"version": "1.203.3",
"version": "1.203.4",
"main": "index.js",
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git",
"author": "Romer, Meherzad CITZ:EX <[email protected]>",
Expand Down

0 comments on commit 71ee705

Please sign in to comment.