Service Portal Approval Form Update ErrorIssue If I go into the Approval Form then execute the Approval button on a Change request I get an Update Error occurs. ReleaseConfirmed on ParisCauseServiceNow has changed the technical / role requirements for users to be able to process approvals. The logic below within the 'Approval Info' widget now requires at least the 'approver_user' role Please see the line 11 in server script of the widget code :https://<your instance>.service-now.com/sp_widget.do?sys_id=33442352cb30020000f8d856634c9c3fvar userApprovalAccess = gs.hasRole("approval_admin") || (gs.hasRole("approver_user") && data.isMine);ResolutionTry adding the role 'approver_user' to the user or you can modify the widget where this condition has been included.As the user do not have any roles, it redirects to service portal and we need the 'approver_user' role for processing the approvals