Skip to content

Commit 62b4365

Browse files
committed
Make signature immutable in case it ends up in a canvas
1 parent 109d9f1 commit 62b4365

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/grandchallenge/components/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2642,6 +2642,7 @@ def create_civ_for_dicom_image(
26422642
"dicom_image_set_upload_pk": upload.pk,
26432643
"linked_task": linked_task,
26442644
},
2645+
immutable=True,
26452646
)
26462647
upload.full_clean()
26472648
upload.save()

0 commit comments

Comments
 (0)