changeset 705:b643a16118fa

fix calls to /studies/../series/../rendered returning a 404 if the series has multiple instances
author Alain Mazy <am@orthanc.team>
date Mon, 12 May 2025 10:58:00 +0200
parents 122c256f9bf9
children 90b70bb44e93
files NEWS Plugin/WadoRs.cpp
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Tue Apr 29 10:57:06 2025 +0200
+++ b/NEWS	Mon May 12 10:58:00 2025 +0200
@@ -1,3 +1,12 @@
+=> Minimum Orthanc version: 1.12.5 <=
+=> Recommended SDK version: 1.12.4 <=
+=> Minimum SDK version: 1.12.1 <=
+
+* Fix calls to /studies/../series/../rendered returning a 404 if the series has
+  multiple instances.
+  https://discourse.orthanc-server.org/t/thumbnail-orthanc-stone-viewer-issue/5827/3
+  
+
 Version 1.19 (2025-04-29)
 =========================
 
--- a/Plugin/WadoRs.cpp	Tue Apr 29 10:57:06 2025 +0200
+++ b/Plugin/WadoRs.cpp	Mon May 12 10:58:00 2025 +0200
@@ -1116,7 +1116,7 @@
                             sopInstanceUid,
                             "Instance",
                             request,
-                            false);
+                            true);
   
   if (ret && metadata.find("TransferSyntax") != metadata.end())
   {