Change hx-swap attribute from outerHTML to innerHTML for case series reordering button

This commit is contained in:
Ross
2025-08-18 09:40:54 +01:00
parent d61ecaac66
commit 2a351a8283
@@ -167,7 +167,7 @@
<button hx-get="{% url 'atlas:case_order_dicom' pk=case.pk %}"
title="order dicom by slice location"
hx-target="#series-action-results"
hx-swap="outerHTML"
hx-swap="innerHTML"
hx-confirm="This will reorder all case series based upon slice location"
>
Order all series dicoms by slice location