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).