&sysparm_use_polaris=false Appending to Portal Page URL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-14-2024 04:55 AM
I have cloned the widget 'Online check-in experience' but when i select the location the '&sysparm_use_polaris=false '
Appending to Portal Page URL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-14-2024 05:01 AM
Hi @THOUSIF S N1 ,
To address this issue, you can try the following steps:
-
Review Widget Configuration: Check the configuration settings of the cloned widget to see if there is any reference to the
sysparm_use_polaris=false
parameter. Look for any JavaScript or UI Policies that might be adding this parameter to the URL. -
Check Script Includes: Review any script includes associated with the widget or its dependencies. Look for any logic that might be appending the
sysparm_use_polaris=false
parameter to the URL. -
Inspect Browser Console: Use your browser's developer tools to inspect the network requests and JavaScript console messages when you select a location in the widget. Look for any JavaScript errors or unexpected behaviour that might indicate the source of the issue.
Thanks,
Ratnakar