Skip to content

Commit f241de3

Browse files
committed
Added condition check to Maestro send notification
1 parent df6abdd commit f241de3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/os2forms_forloeb/src/MaestroHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ private function sendNotification(
239239
|| $handler->isDisabled()
240240
|| $handler->isExcluded()
241241
|| !$handler->isNotificationEnabled($notificationType)
242+
|| !$handler->checkConditions($submission)
242243
) {
243244
continue;
244245
}

0 commit comments

Comments
 (0)