Mercurial > hg > orthanc-ohif
changeset 23:e77efde44233
sync
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 24 Nov 2023 12:55:50 +0100 |
parents | ae7d63413f2b |
children | 020716fe2ac8 06da140e11b8 |
files | .hgignore Resources/CreateOHIFDist/Dockerfile Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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/
--- 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 <http://www.gnu.org/licenses/>. -FROM node:20.3.0-bullseye-slim +FROM node:21.2-bullseye-slim MAINTAINER Sebastien Jodogne <s.jodogne@gmail.com> LABEL Description="Orthanc, free DICOM server" Vendor="The Orthanc project"
--- 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,