# HG changeset patch # User Alain Mazy # Date 1687245761 -7200 # Node ID 18d3f7bd18db291e19fc50d32bb9ca85fa8865cb # Parent 4c659d5cac9b2d412999fba35a9e5eeedcdc6af5 new standard configuration 'ohif' diff -r 4c659d5cac9b -r 18d3f7bd18db NEWS --- 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 diff -r 4c659d5cac9b -r 18d3f7bd18db Plugin/Plugin.cpp --- 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;