Skip to content

Commit

Permalink
Merge branch 'master' into find-refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Oct 1, 2024
2 parents 0000bef + d5cfb47 commit 5bf3a7f
Show file tree
Hide file tree
Showing 2 changed files with 5 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
4 changes: 4 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Changes:
- Optimized loading of "most-recent" studies when the Orthanc DB supports "ExtendedChanges"
- Disable UI components on ReadOnly systems.

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 5bf3a7f

Please sign in to comment.