.
This commit is contained in:
+2
-1
@@ -38,6 +38,7 @@ from anatomy.models import Modality
|
||||
from generic.models import (
|
||||
CidUser,
|
||||
CidUserExam,
|
||||
CidUserGroup,
|
||||
Examination,
|
||||
# Condition,
|
||||
ExamBase,
|
||||
@@ -650,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)
|
||||
group = models.ForeignKey(CidUserGroup, on_delete=models.SET_NULL, null=True, blank=True)
|
||||
|
||||
|
||||
archive = models.BooleanField(default=False)
|
||||
|
||||
Reference in New Issue
Block a user