Skip to content

Fix not all events being shown in group dashboard

Stan Hu requested to merge sh-fix-events-collection into master

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 (closed)

Merge request reports