Add bulk edit functionality for CID users: implement endpoint and update templates for bulk add/remove actions
This commit is contained in:
@@ -361,6 +361,11 @@ urlpatterns = [
|
||||
views.GenericExamViews.exam_json_edit,
|
||||
name="exam_json_edit",
|
||||
),
|
||||
path(
|
||||
"collection/<int:pk>/cid_bulk_edit",
|
||||
views.GenericExamViews.exam_cid_bulk_edit,
|
||||
name="exam_cid_bulk_edit",
|
||||
),
|
||||
path(
|
||||
"collection/<int:pk>/dicom_json",
|
||||
views.collection_dicom_json,
|
||||
|
||||
Reference in New Issue
Block a user