# HG changeset patch # User Alain Mazy # Date 1736179647 -3600 # Node ID 4563e98991367bb8f49646f570a9d4cc87ff8fe8 # Parent ccf431b40a3a9c5564cccecd996cc0ea78b8f633 Housekeeper: fixed force config diff -r ccf431b40a3a -r 4563e9899136 NEWS --- a/NEWS Mon Jan 06 15:03:37 2025 +0100 +++ b/NEWS Mon Jan 06 17:07:27 2025 +0100 @@ -7,6 +7,7 @@ * When the "HttpsCACertificates" configuration is empty. Orthanc will now use the operating system native CA store (if any). This is equivalent to the --ca-native curl option. +* Housekeeper plugin: fixed the "Force" configuration that was ineffective. Version 1.12.5 (2024-12-17) diff -r ccf431b40a3a -r 4563e9899136 OrthancServer/Plugins/Samples/Housekeeper/Plugin.cpp --- a/OrthancServer/Plugins/Samples/Housekeeper/Plugin.cpp Mon Jan 06 15:03:37 2025 +0100 +++ b/OrthancServer/Plugins/Samples/Housekeeper/Plugin.cpp Mon Jan 06 17:07:27 2025 +0100 @@ -566,7 +566,7 @@ { Json::Value result; - if (needsReconstruct || needsReingest) + if (needsReconstruct || needsReingest ||force_) { Json::Value request; if (needsReingest)