Commit 0f2fc41
build: release v6.272.0 (#8909)
* feat: respondent copy v3 (phase2) (#8869)
* enabled email confirmation & pdf response toggle
* enabled email confirmation & pdf response toggle fix
* betaFlag form status toggle & hiding of email confirmation infobox
* added extractRespondentCopyEmails function in mrf utils
* implement extractRespondentCopyEmails in submitMultirespondentForm to pass to post actions
* created MrfRespondentCopyTemplate
* update sendMrfRespondentCopyEmail in mail.service to use MrfRespondentCopyEmail template
* create extractRespondentCopyEmails function to obtain autoReplyMailData from mrf submission
* update postSubmissionCreateActions to obtain AutoReplyMailData from submission to sendMrfRespondentCopyEmails
* update postSubmissionUpdateActions to obtain AutoReplyMailData from submission to sendMrfRespondentCopyEmails
* updated extractRespondentCopyEmails to account for active fields in current workflow step
* updated sendMrfRespondentCopyEmails to handle multiple autoReplyMailDatas
* removed respondent copy email extraction in controller
* updated rc flow to account for agencyName
* remove default setting of includeFormSummary=false for MRF in email field model
* updated rc functions to handle agency names
* update editEmail include responses toggle to be updatable in MRF mode
* replaced hasRepsondentCopy in snapshotted form def with admin for agencyName
* initial fix for mrf service.spec.ts tests
* remove toggle and respondent copy multi-input on formpage
* removed unused variables after removing respondent copy v2 FE components
* fixed tests
* removed respondent copy toggle from mrf email settings page
* update question title in workflow question block for email fields with autoReply enabled
* attempt to use pdf lambda to generate PDF for mrf rc
* fixed lint issues
* testing extractRepsondenCopyEmails take 2
* fixed custom sender in mail, added formUrl and submission timestamp
* replace hypens with divider in mrf respondent copy email
* refactored mrf utils to clean up pdf responses for respondent copy
* fixed lint
* fixed utilsingle field question answer function
* bug fix to handle undefined for activeFields
* update placeholder text to grey for editMail & stepName default text
* updated some variable names and added comments to improve codebase readability
* remove respondent copy from mrf workflow completion email
* fixed mrf util tests by moveing questionAnswerPair return out of case switch block in questiontitleanswerString function
* removed changes from vscode settings
* updated disabling of email confirmation toggle only based on beta flag
* fixed lint for e2e test file
* update email confirmation toggle to be disabled only when mrf mode and no beta flag
* Update src/app/modules/submission/multirespondent-submission/multirespondent-submission.service.ts
Co-authored-by: Eliot Lim <[email protected]>
* Update src/app/modules/submission/multirespondent-submission/multirespondent-submission.service.ts
Co-authored-by: Eliot Lim <[email protected]>
---------
Co-authored-by: Eliot Lim <[email protected]>
* chore: bump version to v6.272.0
---------
Co-authored-by: Eliot Lim <[email protected]>File tree
25 files changed
+715
-501
lines changed- __tests__/e2e/helpers
- frontend
- src/features
- admin-form
- create
- builder-and-design/BuilderAndDesignDrawer/EditFieldDrawer/edit-fieldtype/EditEmail
- logic/components/LogicContent/utils
- workflow/components/WorkflowContent/EditStepBlock
- settings/components
- public-form/components/FormFields
- src
- app
- models/field
- __tests__
- modules/submission/multirespondent-submission
- __tests__
- services/mail
- views/templates
- types/api
25 files changed
+715
-501
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
| 15 | + | |
| 16 | + | |
9 | 17 | | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
| 21 | + | |
13 | 22 | | |
14 | 23 | | |
15 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 12 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| 92 | + | |
| 93 | + | |
90 | 94 | | |
91 | 95 | | |
92 | 96 | | |
| |||
139 | 143 | | |
140 | 144 | | |
141 | 145 | | |
142 | | - | |
| 146 | + | |
143 | 147 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
| 148 | + | |
| 149 | + | |
148 | 150 | | |
149 | | - | |
| 151 | + | |
150 | 152 | | |
151 | 153 | | |
152 | | - | |
| 154 | + | |
153 | 155 | | |
154 | 156 | | |
155 | | - | |
| 157 | + | |
156 | 158 | | |
157 | 159 | | |
158 | | - | |
| 160 | + | |
159 | 161 | | |
160 | 162 | | |
161 | 163 | | |
| |||
211 | 213 | | |
212 | 214 | | |
213 | 215 | | |
214 | | - | |
| 216 | + | |
215 | 217 | | |
216 | 218 | | |
217 | 219 | | |
| |||
222 | 224 | | |
223 | 225 | | |
224 | 226 | | |
225 | | - | |
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
| |||
234 | 235 | | |
235 | 236 | | |
236 | 237 | | |
237 | | - | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | 252 | | |
259 | 253 | | |
260 | 254 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
Lines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | 106 | | |
111 | 107 | | |
112 | 108 | | |
| |||
169 | 165 | | |
170 | 166 | | |
171 | 167 | | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | 168 | | |
180 | 169 | | |
181 | 170 | | |
| |||
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | 288 | | |
296 | 289 | | |
297 | 290 | | |
| |||
0 commit comments