Skip to content

Commit

Permalink
Close "Save As" dialog after saving (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpalmer authored Apr 6, 2020
1 parent 1a2e341 commit f3df333
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions html/gui/js/report_builder/SaveReportAsDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ XDMoD.SaveReportAsDialog = Ext.extend(Ext.Window, {
var aCallback = function(success, msg) {

presentOverlay(success, msg);
self.close();

};//aCallback

Expand Down
3 changes: 0 additions & 3 deletions tests/ui/test/specs/xdmod/reportGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -630,9 +630,6 @@ describe('Report Generator', function () {
it('Click "Save" in "Save As" window', function () {
reportGeneratorPage.confirmSaveReportAs();
});
it('Close "Save As" window', function () {
reportGeneratorPage.closeSaveReportAs();
});
it('Return to "My Reports"', function () {
reportGeneratorPage.returnToMyReports();
});
Expand Down

0 comments on commit f3df333

Please sign in to comment.