Skip to content

Commit

Permalink
#3031 report created from watch list blabla is named Copy of blabla
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrykb0802 committed Oct 18, 2024
1 parent 92d5ab0 commit c7a8c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/serotonin/mango/web/dwr/ReportsDwr.java
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public ReportVO createReportFromWatchlist(int watchListId) {

watchListService.populateWatchlistData(watchList);
ReportVO report = new ReportVO();
report.setName(LocalizableMessage.getMessage(getResourceBundle(), "common.copyPrefix", watchList.getName()));
report.setName(watchList.getName());
for (DataPointVO dp : watchList.getPointList()) {
ReportPointVO rp = new ReportPointVO();
rp.setPointId(dp.getId());
Expand Down

0 comments on commit c7a8c0c

Please sign in to comment.