iachat/app/javascript/dashboard
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
..
api feat: audit logs UI (#6803) 2023-04-17 19:11:05 +05:30
assets feat: Setup context menu for message (#6750) 2023-03-24 16:20:19 -07:00
components fix: Handle spaces in CC/BCC email lists (#6788) 2023-04-18 19:18:23 +05:30
constants Chore: moves localstorage helper as a shared utility (#6838) 2023-04-11 15:50:46 +05:30
helper Chore: moves localstorage helper as a shared utility (#6838) 2023-04-11 15:50:46 +05:30
i18n feat: Improved country code in contact form view. (#6801) 2023-04-17 20:32:09 +05:30
mixins fix: Time specs (#6841) 2023-04-06 16:33:31 +05:30
modules feat: Allow agents/admins to copy the link to a message (#5912) 2023-03-26 22:58:42 -07:00
routes chore: add build id to settings page (#6873) 2023-04-18 00:35:35 +05:30
store feat: audit logs UI (#6803) 2023-04-17 19:11:05 +05:30
App.vue fix: Move subscription to after initialize (#6752) 2023-03-26 12:19:29 -07:00
App.Vue.spec.js Move src to dashboard (#152) 2019-10-16 14:36:17 +05:30
featureFlags.js chore: Cleanup feature flags (#6096) 2022-12-19 22:38:30 +05:30