Skip to content

Commit f04d6c1

Browse files
committed
Release
1 parent 48d8b67 commit f04d6c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/fng-reports.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! forms-angular 2024-11-08 */
1+
/*! forms-angular 2025-01-31 */
22
'use strict';
33

44
formsAngular.controller('AnalysisCtrl', ['$rootScope', '$window', '$q', '$filter', '$scope', '$http', '$location', 'CssFrameworkService', 'RoutingService', 'uiGridConstants',
@@ -606,7 +606,7 @@ function ngGridCsvExportPlugin(opts) {
606606
}
607607

608608
self.createCSV = function () {
609-
downloadFile(self.scope.reportSchema.title + '.csv','data:text/csv;charset=UTF-8,' + encodeURIComponent(self.prepareCSV()));
609+
downloadFile(self.scope.titleWithSubstitutions + '.csv','data:text/csv;charset=UTF-8,' + encodeURIComponent(self.prepareCSV()));
610610
};
611611

612612
self.prepareCSV = function () {

0 commit comments

Comments
 (0)