-
Bug
-
Resolution: Fixed
-
Medium
-
5.4.6, 5.8.1
-
None
-
Severity 3 - Minor
-
Issue Summary
This is reproducible on Data Center: (yes)
Steps to Reproduce
- Turn on customer notifications performance improving Feature Flag (available since 5.4.6 only):
sd.customer.notifications.split.by.project
- Trigger any customer notification
Expected Results
CSS rules should be applied to all HTML elements in the email content
Actual Results
CSS rules are ignored and parent element styling is applied to the contents of ${message.content} variable, by default, having only the following two html classes:
- jsd-activity-item-separator or jsm-activity-item-separator
- jsd-activity-item-content or jsm-activity-item-content
Workaround 1
Apply the required style to the parent element (by default - jsd-message-content or jsm-message-content) instead of jsd-activity-item-content.
Workaround 2
Disable sd.customer.notifications.split.by.project feature flag.
- is duplicated by
-
JSDSERVER-14812 Request created default rule email template is showing correct email template in preview but shows incorrect format in the email notification when request created from customer portal
-
- Closed
-