Commit cb3597de authored by Martin Wortschack's avatar Martin Wortschack

Merge branch...

Merge branch '33128-cannot-find-projects-within-subgroups-when-you-select-a-top-level-group-in-productivity' into 'master'

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

Closes #33128

See merge request gitlab-org/gitlab!24335
parents d4a9566e 713c460a
---
title: Query projects of subgroups in productivity analytics
merge_request: 24335
author:
type: fixed
......@@ -68,6 +68,7 @@ export default {
per_page: projectsPerPage,
with_shared: false, // exclude forks
order_by: LAST_ACTIVITY_AT,
include_subgroups: true,
},
};
</script>
......
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