.
This commit is contained in:
+5
-1
@@ -574,10 +574,14 @@ class CaseCollection(models.Model):
|
||||
|
||||
cases = models.ManyToManyField(Case, through="CaseDetail")
|
||||
|
||||
published = models.BooleanField(
|
||||
publish_results = models.BooleanField(
|
||||
help_text="If a collection should published", default=True
|
||||
)
|
||||
|
||||
active = models.BooleanField(
|
||||
help_text="If a collection should be available", default=True
|
||||
)
|
||||
|
||||
show_title = models.BooleanField(
|
||||
default=False, help_text="Show the title of the cases"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user