Add open access management buttons and views for cases
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user