We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307cbbe commit 061b336Copy full SHA for 061b336
1 file changed
app/grandchallenge/algorithms/signals.py
@@ -51,6 +51,8 @@ def update_view_image_permissions_on_job_io_change( # noqa:C901
51
componentinterfacevalue__pk__in=pk_set
52
)
53
54
+ images = images.distinct()
55
+
56
if action == "post_add":
57
for job in jobs:
58
for group in job.viewer_groups.all():
0 commit comments