iachat/app/javascript/dashboard/components/widgets/conversation
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
..
advancedFilterItems chore: RTL configuration (#6521) 2023-02-23 17:50:44 +05:30
bubble feat: Show year in message timestamp if the message is not from the current year (#6830) 2023-04-06 15:09:38 +05:30
contextMenu Chore: moves localstorage helper as a shared utility (#6838) 2023-04-11 15:50:46 +05:30
conversationBulkActions bug: Bulk actions Assign agent is not working (#6568) 2023-03-01 10:53:40 +05:30
conversationCardComponents fix: Fixes assignee and inbox name spacing issues (#6589) 2023-03-02 22:00:43 +05:30
helpers fix: Handle spaces in CC/BCC email lists (#6788) 2023-04-18 19:18:23 +05:30
specs chore: Add a redirect link to the conversation in success toast message (#3711) 2022-01-13 11:15:40 -08:00
stories feat: Add the ability to receive contact(vCard) on a WhatsApp inbox (#6330) 2023-02-07 19:36:38 -08:00
WhatsappTemplates fix: Remove whatsapp formats which do we do not support yet (#6331) 2023-01-24 18:45:39 +05:30
AvailabilityStatusBadge.vue fix: Yellow color shades are inconsistent (#4391) 2022-04-11 17:27:28 +05:30
CannedResponse.vue fix: Update styles for canned responses modal (#6350) 2023-01-25 19:11:54 -08:00
ChatFilter.vue Chore: moves localstorage helper as a shared utility (#6838) 2023-04-11 15:50:46 +05:30
ConversationAdvancedFilter.vue chore: Adds the ability to see the existing filter when we apply a new filter (#6310) 2023-01-24 09:10:17 +05:30
ConversationBox.vue chore: Refactor sidebar related changes for RTL (#6519) 2023-02-24 13:01:54 +05:30
ConversationCard.vue fix: Fixes assignee and inbox name spacing issues (#6589) 2023-03-02 22:00:43 +05:30
ConversationHeader.vue Chore: moves localstorage helper as a shared utility (#6838) 2023-04-11 15:50:46 +05:30
EmailTranscriptModal.vue Feature: Send chat transcript via email (#1152) 2020-08-17 11:25:13 +05:30
EmptyState.vue feat: Improve email rendering, introduce a new layout for emails (#5039) 2022-08-01 10:53:50 +05:30
instagramImageErrorPlaceholder.vue fix: validate instagram story only while saving the message (#6340) 2023-01-30 13:03:59 +05:30
Message.vue chore: Remove context menu on links (#6874) 2023-04-10 14:13:08 -07:00
MessagesView.vue feat: Allow agents/admins to copy the link to a message (#5912) 2023-03-26 22:58:42 -07:00
MoreActions.vue Chore: Fixes icon size in button (#3555) 2021-12-14 17:37:25 +05:30
OnboardingView.vue feat: Display Account context in the UI (#4069) 2022-02-25 16:36:36 +05:30
ReplyBox.vue Chore: moves localstorage helper as a shared utility (#6838) 2023-04-11 15:50:46 +05:30
ReplyEmailHead.vue chore: Update styles in cc/bcc input (#5201) 2022-08-04 17:45:12 +05:30
TagAgents.vue fix: Uses woot-button in mention box (#6317) 2023-01-31 16:25:24 +05:30
VariableList.vue fix: Update styles for canned responses modal (#6350) 2023-01-25 19:11:54 -08:00