From c454fc04c0e6bdcf6a105cd762df3054aa38ac88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Basti=C3=A3o=20Silva?= Date: Thu, 6 Jul 2023 17:44:30 +0100 Subject: [PATCH] #653 - change the attribute/value according right name (#655) --- .../resources/webapp/js/components/search/result/imageView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dicoogle/src/main/resources/webapp/js/components/search/result/imageView.js b/dicoogle/src/main/resources/webapp/js/components/search/result/imageView.js index 0316669fd..24ab14af5 100644 --- a/dicoogle/src/main/resources/webapp/js/components/search/result/imageView.js +++ b/dicoogle/src/main/resources/webapp/js/components/search/result/imageView.js @@ -409,7 +409,7 @@ var PopOverView = createReactClass({ }); // Add URI as location definition of the DICOM resource. - fields.push({ att: "URI", field:this.state.data.data.results.uri }); + fields.push({ Attribute: "URI", Value:this.state.data.data.results.uri }); var selectRowProp = { clickToSelect: true,