Add open access management buttons and views for cases

This commit is contained in:
Ross
2025-07-29 09:40:19 +01:00
parent 4460545442
commit 8806e48eb2
3 changed files with 69 additions and 0 deletions
+2
View File
@@ -111,6 +111,8 @@ urlpatterns = [
views.remove_cases_from_collection,
name="remove_cases_from_collection",
),
path("case/set_open_access", views.set_open_access, name="set_open_access"),
path("case/remove_open_access", views.remove_open_access, name="remove_open_access"),
path(
"collection/options",
views.collection_options,