cds-snc / ircc-rescheduler

🙅🗓
https://vancouver.rescheduler-dev.cds-snc.ca/
MIT License
24 stars 7 forks source link

Prepend a comma and space to familyOption string in emails #460

Closed pcraig3 closed 6 years ago

pcraig3 commented 6 years ago

Previously, if your name was "Paul Craig" and your familyOption string was "Julia Craig, Kevin Craig" we would have:

Now we will have

This doesn't solve every case, but I would assume it's an improvement in the vast majority of cases.

Note: Since options.formValues is an object we keep in memory between function calls, we have to check that a comma and a space have not already been prepended.

This closes #443