Add prerequisites handling to CaseCollection and implement user access checks

This commit is contained in:
Ross
2025-10-13 13:46:01 +01:00
parent a3712959ec
commit eeef34bffc
6 changed files with 146 additions and 5 deletions
+1
View File
@@ -216,6 +216,7 @@ class CaseCollectionForm(ModelForm):
"collection_type",
"viewer_mode",
"question_time_limit",
"prerequisites",
),
Fieldset("Valid User Groups", *user_fields) if user_fields else None,
Div(