diff OrthancServer/OrthancExplorer/explorer.js @ 5248:a7d95f951f8a db-protobuf

replaced "WithLabels" and "WithoutLabels", by "Labels" and "LabelsConstraint"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Apr 2023 22:18:37 +0200
parents b36f82260f41
children 4718452c4909
line wrap: on
line diff
--- a/OrthancServer/OrthancExplorer/explorer.js	Fri Apr 07 15:44:12 2023 +0200
+++ b/OrthancServer/OrthancExplorer/explorer.js	Fri Apr 07 22:18:37 2023 +0200
@@ -566,7 +566,7 @@
       }
       else if (input.id == 'lookup-study-labels') {
         // New in Orthanc 1.12.0
-        lookup['WithLabels'] = input.value.split(' ');
+        lookup['Labels'] = input.value.split(' ');
       }
       else {
         console.error('Unknown lookup field: ' + input.id);