diff OrthancServer/OrthancExplorer/query-retrieve.js @ 4090:160ec8417874 framework

integration mainline->framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 Jun 2020 19:33:22 +0200
parents OrthancExplorer/query-retrieve.js@ce7709cb380e OrthancExplorer/query-retrieve.js@d25f4c0fa160
children 4bb7522a63e0
line wrap: on
line diff
--- a/OrthancServer/OrthancExplorer/query-retrieve.js	Fri Jun 26 09:47:51 2020 +0200
+++ b/OrthancServer/OrthancExplorer/query-retrieve.js	Mon Jun 29 19:33:22 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,