diff OrthancExplorer/query-retrieve.js @ 4088:ce7709cb380e

Fix issue #183 (C-ECHO always fails in Orthanc Explorer, regression from 1.6.1 to 1.7.0)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 27 Jun 2020 10:48:49 +0200
parents 6dba4fa8a6cb
children
line wrap: on
line diff
--- a/OrthancExplorer/query-retrieve.js	Fri Jun 26 09:18:30 2020 +0200
+++ b/OrthancExplorer/query-retrieve.js	Sat Jun 27 10:48:49 2020 +0200
@@ -55,6 +55,7 @@
 
   $.ajax({
     url: '../modalities/' + server + '/echo',
+    data: '{}',  // Fix for issue #183 (regression from Orthanc 1.6.1 to 1.7.0)
     type: 'POST', 
     cache: false,
     async: false,