Mercurial > hg > orthanc-authorization
changeset 102:18d3f7bd18db
new standard configuration 'ohif'
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 20 Jun 2023 09:22:41 +0200 |
parents | 4c659d5cac9b |
children | fcc4542a0c38 |
files | NEWS Plugin/Plugin.cpp |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Tue Jun 20 09:16:36 2023 +0200 +++ b/NEWS Tue Jun 20 09:22:41 2023 +0200 @@ -1,3 +1,4 @@ +* New standard configuration "ohif" * new default permissions for labels * Fix parsing of dicom-web/studies/../series/../instances/../bulk/.. routes
--- a/Plugin/Plugin.cpp Tue Jun 20 09:16:36 2023 +0200 +++ b/Plugin/Plugin.cpp Tue Jun 20 09:22:41 2023 +0200 @@ -785,6 +785,11 @@ tokens_.insert(OrthancPlugins::Token(OrthancPlugins::TokenType_GetArgument, "token")); // for download links in OE2 } + if (standardConfigurations.find("ohif") != standardConfigurations.end()) + { + uncheckedFolders_.push_back("/ohif/"); + } + } std::string checkedLevelString;