Commit de5869d5 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch...

Merge branch '201910-cannot-find-projects-within-subgroups-when-you-select-a-top-level-group-in-cycle-analytics' into 'master'

Resolve "Cannot find projects within subgroups when you select a top-level group in cycle analytics"

Closes #201910

See merge request gitlab-org/gitlab!24392
parents ae5d83de c8d5e725
---
title: Query projects of subgroups in Cycle Analytics
merge_request: 24392
author:
type: fixed
......@@ -193,6 +193,7 @@ export default {
per_page: PROJECTS_PER_PAGE,
with_shared: false,
order_by: LAST_ACTIVITY_AT,
include_subgroups: true,
},
durationChartTooltipDateFormat: dateFormats.defaultDate,
maxDateRange: DATE_RANGE_LIMIT,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment