# HG changeset patch # User Sebastien Jodogne # Date 1700826950 -3600 # Node ID e77efde44233074fa313d7578a27e17a3389306e # Parent ae7d63413f2b54685d1532c59d4babd75126b678 sync diff -r ae7d63413f2b -r e77efde44233 .hgignore --- a/.hgignore Wed Nov 22 07:20:20 2023 +0100 +++ b/.hgignore Fri Nov 24 12:55:50 2023 +0100 @@ -7,4 +7,4 @@ OHIF/Viewers-*.tar.gz OHIF/dist i/ -.vscode/ \ No newline at end of file +.vscode/ diff -r ae7d63413f2b -r e77efde44233 Resources/CreateOHIFDist/Dockerfile --- a/Resources/CreateOHIFDist/Dockerfile Wed Nov 22 07:20:20 2023 +0100 +++ b/Resources/CreateOHIFDist/Dockerfile Fri Nov 24 12:55:50 2023 +0100 @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -FROM node:20.3.0-bullseye-slim +FROM node:21.2-bullseye-slim MAINTAINER Sebastien Jodogne LABEL Description="Orthanc, free DICOM server" Vendor="The Orthanc project" diff -r ae7d63413f2b -r e77efde44233 Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp --- a/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp Wed Nov 22 07:20:20 2023 +0100 +++ b/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp Fri Nov 24 12:55:50 2023 +0100 @@ -2607,7 +2607,7 @@ if (body.isMember(KEY_PRIORITY)) { - if (body[KEY_PRIORITY].type() != Json::booleanValue) + if (body[KEY_PRIORITY].type() != Json::intValue) { #if HAS_ORTHANC_EXCEPTION == 1 throw Orthanc::OrthancException(Orthanc::ErrorCode_BadFileFormat,