Skip to content

Commit

Permalink
Primary viewer icon was not visible when using an external OHIF viewer.
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Oct 1, 2024
1 parent 4db7b01 commit d5cfb47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions WebApplication/src/helpers/resource-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export default {
for (let viewer of store.state.configuration.uiOptions.ViewersOrdering) {
if ((["osimis-web-viewer", "stone-webviewer", "volview", "wsi"].indexOf(viewer) != -1 && viewer in store.state.configuration.installedPlugins) ||
(viewer.startsWith("ohif") && viewer in store.state.configuration.installedPlugins) ||
(viewer.startsWith("ohif") && store.state.configuration.uiOptions.EnableOpenInOhifViewer3) ||
(viewer == "meddream" && store.state.configuration.uiOptions.EnableOpenInMedDreamViewer))
{
return this.getViewerUrl(level, orthancId, dicomId, viewer);
Expand Down
8 changes: 8 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Pending changes
===============

Fixes:
- When modifying studies, dates selected from the DatePicker were not always taken into account.
- Primary viewer icon was not visible when using an external OHIF viewer.


1.6.2 (2024-09-23)
==================

Expand Down

0 comments on commit d5cfb47

Please sign in to comment.