Add an option to edit the author of cases/collections
This commit is contained in:
@@ -68,6 +68,7 @@ urlpatterns = [
|
||||
views.collection_take_start,
|
||||
name="collection_take_start",
|
||||
),
|
||||
path("collection/<int:pk>/authors", views.CaseCollectionAuthorUpdate.as_view(), name="collection_authors"),
|
||||
path(
|
||||
"collection/<int:exam_id>/cids",
|
||||
views.GenericExamViews.exam_cids,
|
||||
@@ -153,6 +154,7 @@ urlpatterns = [
|
||||
views.collection_dicom_json,
|
||||
name="collection_dicom_json",
|
||||
),
|
||||
path("case/<int:pk>/authors", views.CaseAuthorUpdate.as_view(), name="case_authors"),
|
||||
path(
|
||||
"case/<int:pk>/dicom_json",
|
||||
views.case_dicom_json,
|
||||
|
||||
Reference in New Issue
Block a user