We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74389fc commit b9d5c63Copy full SHA for b9d5c63
2 files changed
CHANGELOG.md
@@ -15,6 +15,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa
15
16
- [PR-222](https://github.com/OS2Forms/os2forms/pull/222)
17
- 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
20
21
## Patch release selvbetjening 4.6.0
22
modules/os2forms_forloeb/src/MaestroHelper.php
@@ -246,6 +246,7 @@ private function sendNotification(
246
|| $handler->isDisabled()
247
|| $handler->isExcluded()
248
|| !$handler->isNotificationEnabled($notificationType)
249
+ || !$handler->checkConditions($submission)
250
) {
251
continue;
252
}
0 commit comments