Dashboard layout is broken after upgradeDescriptionDashboard layout may look broken after upgrading to Utah. This is due to the fact that, latest version of dashboard uses 48 column layout and older versions used 12 column layout.We provided fix scripts to update layouts on instance upgrade automatically, but due to some conditions inside the script, it is possible that fix script would be skipped by glide during upgrade. Steps to Reproduce 1) log in to a Utah instance and view the dashboards at the workspacehttps://<INSTANCE>.service-now.com/now/sir/sir-dashboardsExpected Result: All the dashboards should be loaded in a full pageActual Result: dashboards are displayed on 1/3rd of the page only. (Attached screenshot)The issue is reproducible only in the Utah platform and it is working fine on Tokyo instances.Tokyo Instance: https://<INSTANCE>.service-now.com/now/sir/sir-dashboardsWorkaroundIn fixed versions, upon opening a PAR dashboard with less than 48 columns, the platform will impersonate 'admin' to execute a script to update the corresponding [par_dashboard_widget] entries. The script will only be executed once per dashboard and impersonation is limited to the script execution.Related Problem: PRB1624293