- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2018 01:03 PM
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
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2018 07:33 PM
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_script | Forces 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/javascript , text/ecmascript ,application/javascript , application/ecmascript , or application/x-javascript . | Yes for new instances, Nofor upgraded instances |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2018 12:27 PM
This is a known problem and from what i have been told a tentative fix is slated for London Patch 2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2018 11:39 PM
Do you know when that fix will be coming?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2018 07:02 AM
London Patch 2 did not fix this. Is there a workaround?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2018 07:33 PM
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_script | Forces 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/javascript , text/ecmascript ,application/javascript , application/ecmascript , or application/x-javascript . | Yes for new instances, Nofor upgraded instances |