gitlab-org--gitlab-foss/changelogs/unreleased/sh-fix-events-collection.yml
Stan Hu 30e6cfa05a Fix not all events being shown in group dashboard
The group activity feed was limited to the first 20 projects found
in the group, which caused activity from some projects to be omitted.
A limit of 20 is applied to the query for events, so the
extra pagination does little in the way of performance.

Closes #42560
2018-01-30 17:04:22 -08:00

5 lines
96 B
YAML

---
title: Fix not all events being shown in group dashboard
merge_request:
author:
type: fixed