Change reverted to new and approvals are behaving differentlyIssue when a change is canceled and move to new by clicking "back to new" button".The previous approvers should be shown as requested and new approvals are not created but in Orlando version the approvals are behaving differently where the previous approvals are set to canceled and new approvals are created Steps to reproduce: Log into Orlando instance and create a new change of type normalCreate the change taskmove the change to assesscheck the approvals and approve anyone record, this will change the state of the other records to "No Longer Required"Refresh and observe that another set of approval records are createdReject any requested approval then, the changing state moves to cancelledClick on back to new UI actionChange moves to a new staterepeat step 2,3 and observe that the new approvals are createdReleaseThis issue is observed from orlando releaseCauseThe behavior which is being observed in the Orlando is an expected behavior where the behavior has been changed through a problem PRB1372403 where the all pending approval records are marked as canceled and a message is added to them, approved, Rejected and No longer required approval records stay in the same state and upon requesting approvals again previous approval records are completely disregarded and new approval records are attached instead ResolutionIf the requirement is to have the NewYork version behaviour in Orlando version then need to change the below-mentioned script include to OOB NewYork version script include Script includes: https://<instance-name>.service-now.com/sys_script_include.do?sysparm_record_rows=24&sysparm_record_list=nameSTARTSWITHworkflow%5EORDERBYname&sysparm_record_row=4&sysparm_record_target=sys_script_include&sysparm_view=&sys_id=0360b36d0a0a0b260a89dfec60c339c4&sysparm_nostack=true to newyork version