# HG changeset patch # User Sebastien Jodogne # Date 1624790906 -7200 # Node ID 283d246fafdb8663ffa97866ab47619efeab412e # Parent 7826ac059c310ae6bcc33805a155300c93d30f8f fix broken "Do lookup" button in Orthanc Explorer diff -r 7826ac059c31 -r 283d246fafdb NEWS --- 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) ========================== diff -r 7826ac059c31 -r 283d246fafdb OrthancServer/OrthancExplorer/explorer.js --- 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) {