Skip to content

Commit

Permalink
Fix same report appearing multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
abeverley committed Sep 22, 2024
1 parent fcde76f commit 80b3bc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/GADS/Schema/ResultSet/Report.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ sub by_user
-in => [ map { $_->id } $user->groups ]
}
},{
join => 'report_groups',
join => 'report_groups',
collapse => 1,
});
}

Expand Down

0 comments on commit 80b3bc4

Please sign in to comment.