We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6abdd commit f241de3Copy full SHA for f241de3
modules/os2forms_forloeb/src/MaestroHelper.php
@@ -239,6 +239,7 @@ private function sendNotification(
239
|| $handler->isDisabled()
240
|| $handler->isExcluded()
241
|| !$handler->isNotificationEnabled($notificationType)
242
+ || !$handler->checkConditions($submission)
243
) {
244
continue;
245
}
0 commit comments