Resolution Notes Generation is not working on Service Operations Workspace but it is working on UI16ProblemIn the Service Operations Workspace, when clicking the 'Resolve' button to resolve an incident, an error appears stating that the resolution code and resolution notes are not populated. Ideally, clicking the 'Resolve' button should display a modal where the user can select a resolution code, review the generated resolution notes, and proceed to resolve the incident. Steps to reproduce:1. Log in to the instance2. Navigate to Workspaces > Service Operations Workspace3. Navigate to List > Incidents > All4. Open any incident with the state set to 'In Progress'5. Click on the 'Resolve' button6. A message will appear stating that the resolution code and resolution notes are mandatoryRoot CauseThere are customizations in place Reason: 1. The Resolve out-of-the-box (OOTB) UI action was customized=> https://<instance-id>.service-now.com/sys_ui_action.do?sys_id=21761909434d31106aa964746ab8f2412. The Resolve OOTB action assignment was deactivated=> https://<instance-id>.service-now.com/sys_declarative_action_assignment.do?sys_id=127dba4b77733010e35c06e57b5a9949Steps to Resolve1. Switch to Now Assist for IT Service Management (ITSM) scope app2. Go to OOTB Resolve UI action=> https://<instance-id>.service-now.com/sys_ui_action.do?sys_id=21761909434d31106aa964746ab8f2413. Go to versions related lists4. Review what is the latest OOTB version and revert to that version5. Switch to Incident Management for service operations workspace scope app6. Go to OOTB action assignment=> https://<instance-id>.service-now.com/sys_declarative_action_assignment.do?sys_id=127dba4b77733010e35c06e57b5a99497. Go to versions related lists8. Review what is the latest OOTB version and revert to that version9. Do cache.do10. Try to reproduce the issue