iachat/app/javascript/dashboard/components
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
..
Accordion bug: Fix cannot copy text content from sidebar (#3506) 2021-12-06 14:38:04 +05:30
app Chore: moves localstorage helper as a shared utility (#6838) 2023-04-11 15:50:46 +05:30
buttons Chore: moves localstorage helper as a shared utility (#6838) 2023-04-11 15:50:46 +05:30
layout feat: audit logs UI (#6803) 2023-04-17 19:11:05 +05:30
specs feat: Add the ability to toggle the secondary sidebar in all display breakpoints (#6118) 2022-12-30 13:54:37 -08:00
ui feat: Setup context menu for message (#6750) 2023-03-24 16:20:19 -07:00
widgets fix: Handle spaces in CC/BCC email lists (#6788) 2023-04-18 19:18:23 +05:30
ChannelSelector.vue feat: Add the UI flow for Microsoft Oauth (#6243) 2023-01-17 17:48:14 +05:30
ChatList.vue Chore: moves localstorage helper as a shared utility (#6838) 2023-04-11 15:50:46 +05:30
Code.vue feat: one-click codepen for widget configuration (#6865) 2023-04-10 15:44:06 +05:30
CustomAttribute.vue fix: Turn off FOCUS_CUSTOM_ATTRIBUTE event to avoid memory leak (#6772) 2023-03-28 18:29:15 -07:00
index.js feat: Improved country code in contact form view. (#6801) 2023-04-17 20:32:09 +05:30
MaskedText.vue fix: Access token should be hidden/masked by default in Agent Dashboard (#6492) 2023-02-21 19:19:15 +05:30
Modal.vue fix: Display native context menu on image, video preview modals (#6756) 2023-03-26 15:16:56 -07:00
ModalHeader.vue fix: Fixes broken style in automation page (#6171) 2023-01-06 15:37:28 +05:30
NetworkNotification.vue chore: Update self-closing tag eslint config (#4826) 2022-06-10 19:29:52 +05:30
SettingsSection.vue chore: Update self-closing tag eslint config (#4826) 2022-06-10 19:29:52 +05:30
SidemenuIcon.vue chore: Refactors chatlist header css to work with RTL (#6520) 2023-02-23 16:45:56 +05:30
Snackbar.vue chore: Add a redirect link to the conversation in success toast message (#3711) 2022-01-13 11:15:40 -08:00
SnackbarContainer.vue chore: Add a redirect link to the conversation in success toast message (#3711) 2022-01-13 11:15:40 -08:00