Skip to content

Commit

Permalink
feat: tracked entities are exported to analytics by default [DHIS2-13…
Browse files Browse the repository at this point in the history
…779] (#15742)
  • Loading branch information
gnespolino authored Nov 27, 2023
1 parent d5a79f2 commit ae627d0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ public WebMessage analytics(
@RequestParam(defaultValue = "false") Boolean skipAggregate,
@RequestParam(defaultValue = "false") Boolean skipEvents,
@RequestParam(defaultValue = "false") Boolean skipEnrollment,
// STILL EXPERIMENTAL: to export TEIs, FE needs to set this to "false" explicitly
@RequestParam(defaultValue = "true") Boolean skipTrackedEntities,
@RequestParam(defaultValue = "false") Boolean skipTrackedEntities,
@RequestParam(defaultValue = "false") Boolean skipOrgUnitOwnership,
@RequestParam(required = false) Integer lastYears,
@RequestParam(defaultValue = "false") Boolean skipOutliers)
Expand Down

0 comments on commit ae627d0

Please sign in to comment.