Skip to content

Commit c454fc0

Browse files
authored
#653 - change the attribute/value according right name (#655)
1 parent 8044ec0 commit c454fc0

File tree

1 file changed

+1
-1
lines changed
  • dicoogle/src/main/resources/webapp/js/components/search/result

1 file changed

+1
-1
lines changed

dicoogle/src/main/resources/webapp/js/components/search/result/imageView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ var PopOverView = createReactClass({
409409
});
410410

411411
// Add URI as location definition of the DICOM resource.
412-
fields.push({ att: "URI", field:this.state.data.data.results.uri });
412+
fields.push({ Attribute: "URI", Value:this.state.data.data.results.uri });
413413

414414
var selectRowProp = {
415415
clickToSelect: true,

0 commit comments

Comments
 (0)