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

fix:(2.39) Capture app sending multiple notifications when stage appear along with enrollment #19688

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

zubaira
Copy link
Contributor

@zubaira zubaira commented Jan 16, 2025

This execution runs in a separate thread, and without @Transactional, there is no transactional context available. As a result, Hibernate does not flush changes to the database and externallogentry is not created which results in duplicate notifications.

https://dhis2.atlassian.net/browse/DHIS2-17806

@zubaira zubaira requested a review from a team January 16, 2025 11:36
Copy link
Contributor

@enricocolasante enricocolasante left a comment

Choose a reason for hiding this comment

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

Could you add in the description why your changes are fixing the issue?

@zubaira zubaira merged commit 11678f3 into 2.39 Jan 17, 2025
12 checks passed
@zubaira zubaira deleted the 2.39-DHIS2-17806 branch January 17, 2025 21:30
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.

2 participants