Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove obsolete rule-engine configuration #19910

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

enricocolasante
Copy link
Contributor

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)

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)
@enricocolasante enricocolasante requested a review from a team February 12, 2025 08:21
* Disable server-side program rule execution, can be 'on', 'off'. <br>
* (default: on)
*/
SYSTEM_PROGRAM_RULE_SERVER_EXECUTION("system.program_rule.server_execution", Constants.ON, false),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to be mentioned in the release notes 🤷🏻

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should have been mentioned in 2.41 release notes.
I also updated the docs, I will check with @Philip-Larsen-Donnelly or @ameenhere what is the best way to add this information somewhere

@enricocolasante enricocolasante requested a review from a team February 12, 2025 08:49
@enricocolasante enricocolasante enabled auto-merge (squash) February 12, 2025 08:50
@enricocolasante enricocolasante merged commit 1318bd7 into master Feb 13, 2025
17 checks passed
@enricocolasante enricocolasante deleted the rule-engine-config branch February 13, 2025 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants