Skip to content

Commit

Permalink
[SAK-29311] Added predefined reports to json feed
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianfish committed Apr 29, 2015
1 parent ddec3e8 commit 04b3e0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public List<StrippedReportDef> handleListReports(EntityView view, Map<String, Ob

List<StrippedReportDef> stripped = new ArrayList<StrippedReportDef>();

for (ReportDef rd : reportManager.getReportDefinitions(siteId, false, false)) {
for (ReportDef rd : reportManager.getReportDefinitions(siteId, true, false)) {
stripped.add(new StrippedReportDef(rd));
}

Expand Down

0 comments on commit 04b3e0b

Please sign in to comment.