Signature not decoded for ajax response. #4569

Open
opened 2026-02-20 16:19:48 -05:00 by deekerman · 1 comment
Owner

Originally created by @tsmgeek on GitHub (Jun 15, 2021).

Signature html is not decoded before passing it to getDataArray;

github.com/salesagility/SuiteCRM@f3ce0bb8e7/modules/Emails/EmailsDataAddressCollector.php (L718-L742)

This causes issues in the UI as the ajax expects plain HTML not encoded entities when selecting the default system account to send from.

SuiteCRM: 7.10.29

Originally created by @tsmgeek on GitHub (Jun 15, 2021). Signature html is not decoded before passing it to getDataArray; https://github.com/salesagility/SuiteCRM/blob/f3ce0bb8e702435a65168feb8219bb58ef094fdc/modules/Emails/EmailsDataAddressCollector.php#L718-L742 This causes issues in the UI as the ajax expects plain HTML not encoded entities when selecting the default `system` account to send from. SuiteCRM: 7.10.29
Author
Owner

@tsmgeek commented on GitHub (Jun 17, 2021):

Ive added a patch, im a bit fuzzy with this code but seems to work correctly on my deployment.

@tsmgeek commented on GitHub (Jun 17, 2021): Ive added a patch, im a bit fuzzy with this code but seems to work correctly on my deployment.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SuiteCRM-SuiteCRM#4569
No description provided.