Skip to content

Commit

Permalink
Merge pull request #1507 from jpwhite4/report_refresh
Browse files Browse the repository at this point in the history
Ensure dashboard is updated whenever reports change.
  • Loading branch information
jpwhite4 authored Mar 12, 2021
2 parents 9769018 + 2165b63 commit ece27a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/gui/js/report_builder/ReportsOverview.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ XDMoD.ReportsOverview = Ext.extend(Ext.Panel, {

}

CCR.xdmod.ui.tgSummaryViewer.fireEvent('request_refresh');
});

var updateReportCountText = function() {
Expand Down Expand Up @@ -377,7 +378,6 @@ XDMoD.ReportsOverview = Ext.extend(Ext.Panel, {
}

});//conn.request
CCR.xdmod.ui.tgSummaryViewer.fireEvent('request_refresh');

}//if (resp == 'yes')
else {
Expand Down

0 comments on commit ece27a8

Please sign in to comment.