Not able to make any changes against Change Request after SaveIssue Not able to make any changes against Change Request after Save - such as unchecking the "On Hold" box. Any Standard Change Request that moves to schedule state will be stuck. Any changes made on the Change Request will not be saved after submit. When loading the Change Request, the configuration item and assignment group lookup icon will keep spinning and will not finish. If you open the browser console log, you will see the error "Uncaught ReferenceError: loadConfirmDialog is not defined".CauseThere is a customized UI Action "Cancel" against change request table which the OnClick field calling loadConfirmDialog() but this function is not defined in the script section of the UI Action therefore broke the Change Request form.Resolution1. Complete the customized UI Action "Cancel" by amending the script and defining loadConfirmDialog().2. Deactivate the customized UI Action "Cancel" and use OOB. NOTE: The OOB Cancel button will only be visible to certain user roles.