Cannot Create Guided Tour on Service Portal in London instance

pallabi
Kilo Contributor

Dear all,

I am using the London version in my personal instance and tried to create a guided tour on service portal. But every time I am getting this error while creating one : The reference to entity "gtd_portal_title" must end with the ';' delimiter.  Can you guys resolve it?

Regards,

Pallabi Mitra

1 ACCEPTED SOLUTION

After further work with HI, they identified that the system property glide.ui.escape_all_script being set to false was the cause and needs to be set to true.

This system property is default to true on new instances, but on upgraded instances is set to false.

 

glide.ui.escape_all_scriptForces all expressions within Jelly JavaScript <script type="text/javascript"> tags to be escaped by default. Enforces escaping only if the type attribute in the <script> tag is empty, or if the value is text/javascripttext/ecmascript,application/javascriptapplication/ecmascript, or application/x-javascript.Yes for new instances, Nofor upgraded instances

View solution in original post

5 REPLIES 5

Thanks a lot