chatwoot/app/javascript
Jordan Brough 026e03c307
fix: Handle spaces in CC/BCC email lists (#6788)
When the CC field is generated in the UI, the email values are joined together
with ", " but when they are parsed, we currently split by just ",".

This causes an error on the backend and on the frontend.

It seems reasonable to update the code to allow whitespace in the input and to
split by `\s*,\s` and also to trim leading and trailing whitespace from the CC
list.

---------

Co-authored-by: Sojan <sojan@pepalo.com>
2023-04-18 19:18:23 +05:30
..
dashboard fix: Handle spaces in CC/BCC email lists (#6788) 2023-04-18 19:18:23 +05:30
packs Chore: moves localstorage helper as a shared utility (#6838) 2023-04-11 15:50:46 +05:30
portal feat: Add search functionality for public portal (#5683) 2022-10-19 17:09:32 -07:00
sdk fix: use innerText instead of innerHTML (#6431) 2023-02-10 17:20:15 +05:30
shared chore: add build id to settings page (#6873) 2023-04-18 00:35:35 +05:30
survey chore: Update translations (#6895) 2023-04-17 14:45:49 +05:30
widget fix: Border color for CSAT component in widget (#6915) 2023-04-17 17:50:30 +05:30