Commit 713c460a authored by Dennis Tang's avatar Dennis Tang

Query projects of subgroups in productivity analytics

parent 7cafe597
---
title: Query projects of subgroups in productivity analytics
merge_request: 24335
author:
type: fixed
...@@ -68,6 +68,7 @@ export default { ...@@ -68,6 +68,7 @@ export default {
per_page: projectsPerPage, per_page: projectsPerPage,
with_shared: false, // exclude forks with_shared: false, // exclude forks
order_by: LAST_ACTIVITY_AT, order_by: LAST_ACTIVITY_AT,
include_subgroups: true,
}, },
}; };
</script> </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