Skip to content
  • Stan Hu's avatar
    Fix not all events being shown in group dashboard · d6758cf62b77
    Stan Hu authored
    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
    d6758cf62b77