From 3f8386d8164ee3b1297d707b52a0adeca444eede Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 21 Apr 2022 17:51:07 +0100 Subject: [PATCH] . --- atlas/models.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/atlas/models.py b/atlas/models.py index 04fb0487..050a2198 100644 --- a/atlas/models.py +++ b/atlas/models.py @@ -657,6 +657,11 @@ class CaseCollection(models.Model): archive = models.BooleanField(default=False) exam_mode = models.BooleanField(default=False) + open_access = models.BooleanField( + help_text="If the exam is freely accessible (to view and edit on the test system)", + default=False, + ) + class COLLECTION_TYPE_CHOICES(models.TextChoices): REVIEW = ( "REV",