Skip to content

BUG: load DICOM with referenced loadables popup used first checkbox value only

  • in case there were three referenced loadables and second and third were unchecked, all loadables were still loaded because only the boolean value of the first checkbox was used for all

  • example: image

    • all referenced series would still get loaded because the first series is checked
  • loadableCnt never got incremented while checking checkboxes

Merge request reports