Skip to content

Commit b9d5c63

Browse files
committed
Added changes from pr 215
1 parent 74389fc commit b9d5c63

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa
1515

1616
- [PR-222](https://github.com/OS2Forms/os2forms/pull/222)
1717
- Correctly sets sender label on Maestro digital post notifications.
18+
- [PR-215](https://github.com/OS2Forms/os2forms/pull/215)
19+
- Added condition to maestro notification submission handler
1820

1921
## Patch release selvbetjening 4.6.0
2022

modules/os2forms_forloeb/src/MaestroHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ private function sendNotification(
246246
|| $handler->isDisabled()
247247
|| $handler->isExcluded()
248248
|| !$handler->isNotificationEnabled($notificationType)
249+
|| !$handler->checkConditions($submission)
249250
) {
250251
continue;
251252
}

0 commit comments

Comments
 (0)