.
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user