.
This commit is contained in:
@@ -585,6 +585,9 @@ class CaseCollection(models.Model):
|
||||
show_title = models.BooleanField(
|
||||
default=False, help_text="Show the title of the cases"
|
||||
)
|
||||
show_history = models.BooleanField(
|
||||
default=False, help_text="Show the history of the cases"
|
||||
)
|
||||
show_description = models.BooleanField(
|
||||
default=False, help_text="Show the description of the cases"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user