Details
-
Type: Bug
-
Status: Closed
-
Priority: Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.3.1
-
Component/s: None
-
Labels:None
Description
On the client dashboard in the client interface, a blue notice message can be shown if the client has services "in review" pending admin approval. In this case, they will see a message indicating the services pending:
The following services are pending review by staff. Once approved, they will be activated:
LogicBoxes 2 .com.co - ελελελ.gr
LogicBoxes 2 .com.co - saoehuseot.ελ
UM Temp -
As can be seen in the above, the domain name for the logicboxes services are UTF-8 characters which are output as HTML-encoded strings (e.g. "&epsilon"). It appears this is because the service name is made HTML-safe when the message is set, but the message output template already outputs the message as HTML-safe, so the double-encoding causes the html entities to be displayed.
- Update the client in review message to not make service names HTML-safe since they already are when output