From 1318bd7a4830c4ab1bd11336d6ee0b2f7cc30715 Mon Sep 17 00:00:00 2001 From: Enrico Colasante Date: Thu, 13 Feb 2025 07:28:12 +0100 Subject: [PATCH] chore: Remove obsolete rule-engine configuration (#19910) We forgot to remove `system.program_rule.server_execution` configuration that was only used by old tracker API. In Tracker API the same behavior is now achieved using `skipRuleEngine` (https://docs.dhis2.org/en/develop/using-the-api/dhis-core-version-master/tracker.html#webapi_tracker_import_request_parameters) --- .../java/org/hisp/dhis/external/conf/ConfigurationKey.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dhis-2/dhis-support/dhis-support-external/src/main/java/org/hisp/dhis/external/conf/ConfigurationKey.java b/dhis-2/dhis-support/dhis-support-external/src/main/java/org/hisp/dhis/external/conf/ConfigurationKey.java index fd46c3919cc..b65c4ebe2aa 100644 --- a/dhis-2/dhis-support/dhis-support-external/src/main/java/org/hisp/dhis/external/conf/ConfigurationKey.java +++ b/dhis-2/dhis-support/dhis-support-external/src/main/java/org/hisp/dhis/external/conf/ConfigurationKey.java @@ -60,12 +60,6 @@ public enum ConfigurationKey { /** SQL view write enabled, can be 'on', 'off'. (default: off) */ SYSTEM_SQL_VIEW_WRITE_ENABLED("system.sql_view_write_enabled", Constants.OFF, false), - /** - * Disable server-side program rule execution, can be 'on', 'off'.
- * (default: on) - */ - SYSTEM_PROGRAM_RULE_SERVER_EXECUTION("system.program_rule.server_execution", Constants.ON, false), - /** * Set the maximum size for the cache instance to be built. If set to 0, no caching will take * place. Cannot be a negative value. (default: 0).