CMDB QUERY BUILDER "Load all results" not workingIssue On click of Run in CMDB query builder, the report loads in new tab and on click of 'Load all results' or 'Load More results' report count is not updated. Steps to reproduce: Open CMDB query builder and created new 'CMDB Query'Under CMDB Class > drag the 'Tomcat' over the canvastClick Run and you will see only 100 result displayClick "Load all results" and nothing changeCause- By default, query builder will return 100 Results. Users need to click on "Load More Results" to load next 100 records or "Load All Results" to see all results.- When clicking on the button, we will see the error from browser dev tool as seen in screenshot below: "g_ck is not defined".- "g_ck" is global variable for session token on client side, this token is used for further JQuery requests (which is made when clicking on the buttons mentioned).- However, due to System Property "glide.security.use_csrf_token" is set to false, this session is not generated and set on Client side causing the error. ResolutionNeed to changed this property 'glide.security.use_csrf_token' to true and Clicking on "Load All Results" will loads all the results as expected.System Property 'glide.security.use_csrf_token':https://<InstanceName>.service-now.com/sys_properties_list.do?sysparm_query=nameSTARTSWITHglide.security.use_csrf_token&sysparm_view=