From 32025af0091d5ac19d17974414a501d502fb8c87 Mon Sep 17 00:00:00 2001 From: Alain Mazy Date: Thu, 10 Oct 2024 12:33:53 +0200 Subject: [PATCH] fix EnableReportQuickButton default value --- Plugin/DefaultConfiguration.json | 2 +- release-notes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugin/DefaultConfiguration.json b/Plugin/DefaultConfiguration.json index 75e6132..34a728f 100644 --- a/Plugin/DefaultConfiguration.json +++ b/Plugin/DefaultConfiguration.json @@ -49,7 +49,7 @@ "EnableLinkToLegacyUi": true, // Enables a link to the legacy Orthanc UI "EnableChangePassword": true, // Enables the 'change password' button in the side bar. Only applicable if Keycloak is enabled "EnableViewerQuickButton": true, // Enables a button in the study list to directly open a viewer - "EnableReportQuickButton": true, // Enables a button in the study list to directly open a PDF report if available in the study + "EnableReportQuickButton": false, // Enables a button in the study list to directly open a PDF report if available in the study "EnableEditLabels": true, // Enables labels management (create/delete/assign/unassign) "AvailableLabels": [], // If not empty, this list prevents the creation of new labels and only allows add/remove of the listed labels. diff --git a/release-notes.md b/release-notes.md index 7759639..dd641be 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,4 +1,4 @@ -1.6.3 (2024-10-10) +1.6.4 (2024-10-10) ================== Changes: