Description
When opening links to nav_to.do with javascript:xxxx elements, they are removed from the queries.
Steps to Reproduce
On sys_properties, set/create record with name glide.script.use.sandbox and value false
Opening the following link, it works:
- <instance>/incident_list.do?sysparm_query=assigned_to=javascript:gs.getUserID()
However, the following, it fails:
- <== PROBLEM
-- <instance>/nav_to.do?uri=/incident_list.do?sysparm_query=assigned_to=javascript:gs.getUserID()
Workaround
Please set/create record with name glide.script.use.sandbox and value true
Related Problem: PRB566580