changeset 4731:283d246fafdb

fix broken "Do lookup" button in Orthanc Explorer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 27 Jun 2021 12:48:26 +0200
parents 7826ac059c31
children 3709565bee7f
files NEWS OrthancServer/OrthancExplorer/explorer.js
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Jun 25 18:13:45 2021 +0200
+++ b/NEWS	Sun Jun 27 12:48:26 2021 +0200
@@ -10,6 +10,11 @@
   - POST /queries/{id}/answers/{index}/retrieve
   - POST /queries/{id}/retrieve
 
+Maintenance
+-----------
+
+* Fix broken "Do lookup" button in Orthanc Explorer
+
 
 Version 1.9.4 (2021-06-24)
 ==========================
--- a/OrthancServer/OrthancExplorer/explorer.js	Fri Jun 25 18:13:45 2021 +0200
+++ b/OrthancServer/OrthancExplorer/explorer.js	Sun Jun 27 12:48:26 2021 +0200
@@ -523,7 +523,8 @@
     'Limit' : LIMIT_RESOURCES + 1,
     'Query' : {
       'StudyDate' : $('#lookup-study-date').val()
-    }
+    },
+    'Full' : true
   };
 
   $('#lookup-form input').each(function(index, input) {