We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f90f32 commit 86ead48Copy full SHA for 86ead48
1 file changed
app/grandchallenge/cases/models.py
@@ -676,21 +676,6 @@ def update_viewer_groups_permissions(
676
exclude_archive_items=None,
677
exclude_display_sets=None,
678
):
679
- """
680
- Update the view permissions for this image
681
-
682
- Parameters
683
- ----------
684
- exclude_jobs
685
- Exclude these results from being considered. This is useful
686
- when a many to many relationship is being cleared to remove this
687
- image from the results image set, and is used when the pre_clear
688
- signal is sent.
689
- exclude_archive_items
690
- As above but for Archive Items
691
- exclude_display_sets
692
- As above but for Display Sets
693
694
expected_groups = set()
695
696
expected_groups.update(
0 commit comments