This commit is contained in:
Ross
2022-04-08 23:14:32 +01:00
parent 7183cbbc09
commit 11f3836e53
4 changed files with 192 additions and 90 deletions
+1 -1
View File
@@ -598,7 +598,7 @@ class CaseCollection(models.Model):
cases = models.ManyToManyField(Case, through="CaseDetail")
publish_results = models.BooleanField(
help_text="If a collection should published", default=True
help_text="If a collection should published", default=False
)
active = models.BooleanField(