Refactor case field buttons to use hidden modal content and remove unused endpoint
This commit is contained in:
@@ -228,11 +228,6 @@ urlpatterns = [
|
||||
name="collection_case_dicom_json_review",
|
||||
),
|
||||
# Partial endpoint to return a single case field (history/discussion/report) for modal display
|
||||
path(
|
||||
"collection/<int:exam_id>/case/<int:case_number>/field/<str:field>",
|
||||
views.collection_case_field_partial,
|
||||
name="collection_case_field_partial",
|
||||
),
|
||||
|
||||
path(
|
||||
"collection/<int:exam_id>/case/id/<int:case_id>/dicom_json/review",
|
||||
|
||||
Reference in New Issue
Block a user