1
0
waza-ari 6c98052176 fix(teams): fix duplicate teams being shown when new public team visibility feature is enabled (#2187)
Due to the `INNER JOIN` on the `team_members` table and the new `OR` conditions allowing teams with the `isPublic` flag set to `true`, teams are returned multiple times. As we're only after the teams, a simple distinct query should fix the issue.

Co-authored-by: Daniel Herrmann <daniel.herrmann1@gmail.com>
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2187
Co-authored-by: waza-ari <daniel.herrmann@makerspace-darmstadt.de>
Co-committed-by: waza-ari <daniel.herrmann@makerspace-darmstadt.de>
2024-03-10 21:42:34 +00:00
..
2023-09-01 08:39:25 +02:00
2024-03-09 20:08:17 +01:00
2023-10-10 20:35:43 +02:00
2023-10-10 20:35:43 +02:00
2024-03-09 19:06:35 +01:00
2024-01-28 11:52:16 +01:00
2024-03-09 19:06:35 +01:00
2023-09-01 10:19:31 +02:00