Add case collection update functionality with form handling and template (move from CaseCollection form)
This commit is contained in:
@@ -101,6 +101,11 @@ urlpatterns = [
|
||||
views.collection_history,
|
||||
name="collection_history",
|
||||
),
|
||||
path(
|
||||
"collection/<int:pk>/cases/update",
|
||||
views.CollectionCaseUpdate.as_view(),
|
||||
name="collection_case_update",
|
||||
),
|
||||
path(
|
||||
"collection/add_cases",
|
||||
views.add_cases_to_collection,
|
||||
|
||||
Reference in New Issue
Block a user