Skip to content

Commit 3dda20e

Browse files
enterprise/lifecycle: fix multiple reviews showing up in "Reviews" when the user is a member of multiple reviewer groups (cherry-pick #20266 to version-2026.2) (#20278)
Co-authored-by: Alexander Tereshkin <[email protected]> fix multiple reviews showing up in "Reviews" when the user is a member of multiple reviewer groups (#20266)
1 parent dfd2bc5 commit 3dda20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authentik/enterprise/lifecycle/api/iterations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def get_queryset(self):
102102
default=Value(False),
103103
output_field=ModelBooleanField(),
104104
)
105-
)
105+
).distinct()
106106

107107
@action(
108108
detail=False,

0 commit comments

Comments
 (0)