This commit is contained in:
Ross
2022-04-21 17:47:52 +01:00
parent 31773b103d
commit 8ff4be4e22
4 changed files with 44 additions and 2 deletions
+1 -1
View File
@@ -651,7 +651,7 @@ class CaseCollection(models.Model):
CidUser, blank=True, related_name="casecollection_exams"
)
group = models.ForeignKey(CidUserGroup, on_delete=models.SET_NULL, null=True, blank=True)
cid_user_groups = models.ManyToManyField(CidUserGroup, blank=True)
archive = models.BooleanField(default=False)