Skip to content

Commit

Permalink
Merge pull request #2779 from llienher/missing_csv_extension
Browse files Browse the repository at this point in the history
Add missing .csv extension for displayquerygrid csv export
  • Loading branch information
llienher authored Aug 2, 2017
2 parents a029473 + e7237cf commit 1ed247b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contribs/gmf/src/directives/displayquerygrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ gmf.DisplayquerygridController.prototype.downloadCsv = function() {
var selectedRows = source.configuration.getSelectedRows();

this.ngeoCsvDownload_.startDownload(
selectedRows, columnDefs, 'query-results');
selectedRows, columnDefs, 'query-results.csv');
}
};

Expand Down

0 comments on commit 1ed247b

Please sign in to comment.