Change Approval Policy evaluates to Approved even if one of approvers rejectsDescriptionChange Approval Policy evaluates to Approved even with any approver rejection, if there is a user approval included in the approval policy, and the user approval is approved first, and then there is a rejected group approval.Steps to Reproduce 1. Navigate to Emergency Change Approval Policy.2. Add two additional decisions: - for assignment group approval when change request state is authorize - for new mandatory answer for assignment group manager when change request state is authorize3. Create a new emergency change request.4. Enter the assignment group as Application Development, Assigned To, and click on the request approval UI Action.5. On the generated approvals, approve the approval record for the assignment group manager instead of group approvals.6. Reject an approval which is coming from the group. The state is then moving to Scheduled instead of New.WorkaroundNavigate to Script Include - ChangePolicyApprovalActivitySNCCopy the function - _refreshGroupApprovalsNavigate to Script Include - ChangePolicyApprovalActivityPaste the copied method into the script after the initialize functionRemove the line "return;" - approx line 52Save the script include.Related Problem: PRB1456160