-
Notifications
You must be signed in to change notification settings - Fork 354
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: getScheduledNotifications() should take in DataSetNotificationTrigger #15752
Conversation
.../dhis-api/src/main/java/org/hisp/dhis/dataset/notifications/DataSetNotificationTemplate.java
Outdated
Show resolved
Hide resolved
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #15752 +/- ##
=========================================
Coverage 66.29% 66.29%
Complexity 31373 31373
=========================================
Files 3482 3482
Lines 129965 129965
Branches 15200 15200
=========================================
+ Hits 86160 86162 +2
+ Misses 36713 36709 -4
- Partials 7092 7094 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
4ae3486
to
7172e3b
Compare
7172e3b
to
7662fb4
Compare
Kudos, SonarCloud Quality Gate passed! |
Issue
HibernateDataSetNotificationTemplateStore.getScheduledNotifications
takes in parameterorg.hisp.dhis.program.notification.NotificationTrigger
which is incorrect and cause errorFix
HibernateDataSetNotificationTemplateStore.getScheduledNotifications
should take inorg.hisp.dhis.dataset.notifications.DataSetNotificationTrigger
DataSetNotificationTemplateStoreTest