Close Button (X) Does Not Work in Table Type Variable Popover in Employee Center Issue ProblemIn Employee Center, the close button (X) of the popover that shows the detail of a table-type variable (Multi Row Variable Set) does not close the window. The click event is fired, but the closePopover($index) function referenced in the ng-click does not exist in any Angular scope accessible from the button.To reproduce the issue:1. Open any RITM in Employee Center that has a table-type variable (Multi Row Variable Set in read-only mode).2. Click on the "Click to view" link to open the popover with the table detail 3. Attempt to close the popover by clicking the X button (id="closePopoverButton") and nothing happensReleaseGenericCauseRoot CauseA customization of the Variable Summarizer widget was preventing the standard functionality from working correctly, specifically causing the closePopover($index) function to be unavailable in the Angular scope.ResolutionSteps to Resolve1. Identify that the issue is caused by a customization affecting the standard product.2. Locate the customized widget (Variable Summarizer - /sp_widget.do?sys_id=3e2bcf17b7220010bcd50718ee11a956) and revert it to the out-of-the-box (OOTB) version.3. Verify that the problem is resolved after reverting the widget to the OOTB version.