Skip to content

Commit cfaa3b6

Browse files
committed
reporting portal -> aquality tracking
1 parent 6e0f405 commit cfaa3b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/main/controllers/AuditController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ public String create(boolean all, boolean xls) throws AqualityException {
134134
List<Pair<String, String>> fields = processExportArrayCreation(resArray, audits);
135135
try{
136136
if(xls){
137-
return excelUtils.writeXLSFile(resArray,fields, MessageFormat.format("Reporting_Portal_{0}_Submitted_Audits_{1}", all ? "All" : "Last", formatter.format(new Date())), MessageFormat.format("{0} Submitted Audits", all ? "All" : "Last"));
137+
return excelUtils.writeXLSFile(resArray,fields, MessageFormat.format("Aquality_Tracking_{0}_Submitted_Audits_{1}", all ? "All" : "Last", formatter.format(new Date())), MessageFormat.format("{0} Submitted Audits", all ? "All" : "Last"));
138138
}else{
139-
return excelUtils.writeXLSXFile(resArray,fields, MessageFormat.format("Reporting_Portal_{0}_Submitted_Audits_{1}", all ? "All" : "Last",formatter.format(new Date())), MessageFormat.format("{0} Submitted Audits", all ? "All" : "Last"));
139+
return excelUtils.writeXLSXFile(resArray,fields, MessageFormat.format("Aquality_Tracking_{0}_Submitted_Audits_{1}", all ? "All" : "Last",formatter.format(new Date())), MessageFormat.format("{0} Submitted Audits", all ? "All" : "Last"));
140140
}
141141
} catch (Exception e){
142142
String full = "";

0 commit comments

Comments
 (0)