You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System E-Mails are configured to be visible for customers
E-Mail is sent to the ticket system e.g. for an existing ticket
No custom postmaster filter manipulates Mail Headers
Article row E-Mail is displayed "red" as if it would not be visible for customers but database value for article.is_visible_for_customer=1 (which is correct with the above configuration)
Suggestion:
The reason is that article row is displayed with CSS class "system Outgoing VisibleForCustomer".
Core.TicketDetail.css has an element for "system" that sets the color to "red" but is missing an element for "VisibleForCustomer" that overwrites the color.
As a quick fix a custom css file under \thirdparty\ZZZCustom with the following content should help:
thanks for pointing it out - the change to red system articles was not intended. I fixed this, but we will only implement it in 10.1, to not confuse people. You will have to use your fix for a bit, until it is released.
Situation:
Suggestion:
The reason is that article row is displayed with CSS class "system Outgoing VisibleForCustomer".
Core.TicketDetail.css has an element for "system" that sets the color to "red" but is missing an element for "VisibleForCustomer" that overwrites the color.
As a quick fix a custom css file under \thirdparty\ZZZCustom with the following content should help:
The text was updated successfully, but these errors were encountered: