Change Risk Details pop-up/modal shows empty not displaying any dataDescriptionChange Risk Details modal/popover does not show data, producing a javascript error in the browser's console: Uncaught SyntaxError: missing ) after argument listangular_includes_1.5.11.jsx?v=10-12-2020_1254:121 TypeError: Cannot read property 'pluginsInstalled' of undefined Steps to Reproduce 1- Run "Calculate Risk" on a change request record form. 2- Open "Change Risk Details" popover (button next to Risk field) or modal ("View details" link in info message right after calculating risks).WorkaroundIn the file sys_ui_page.do?sys_id=4ce7dee5c3c8101035ae3f52c1d3aec7, in the client script field. replace " (double-quotes) with ' (single quotes) like below: window.NOW.risk_details.data = JSON.parse('$[jvar_risk_details]');Related Problem: PRB1442206