.
This commit is contained in:
+1
-1
@@ -222,7 +222,7 @@ class SeriesFinding(models.Model):
|
||||
annotation_json = models.TextField(null=True, blank=True)
|
||||
|
||||
def __str__(self) -> str:
|
||||
findings = self.findings.objects.values_list("name")
|
||||
findings = self.findings.all().values_list("name")
|
||||
return f"{self.series.id}/{findings}/{self.description}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user