HTML/JAVA rendering from Action Log
We recently discovered by accident that if we place JAVA or HTML code in an Action Log update, that Service Portal will attempt to render this code.
<label for="cars">Choose a car:</label> <select id="cars"> <option value="volvo">Volvo</option> <option value="saab">Saab</option> <option value="mercedes">Mercedes</option> <option value="audi">Audi</option> </select>
Is this by design?
Answers
Which portal version are you using? This was fixed in 9.7.2 : PR92145Adding a comment containing a script will fire when opening comment is fixed.
Maybe update the portal to the latest version and check it out if it's still doing :)
Regards,
G.
Hi @Jason_Meyer
Gabriel is spot on, this was just recently fixed so you need to update to I believe 9.7.2 (Latest Channel) or 9.4.6 (Baseline Channel)
Thanks,
Shane