File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
modules/os2forms_forloeb/src Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa
1111
1212## [ Unreleased]
1313
14+ - [ PR-215] ( https://github.com/OS2Forms/os2forms/pull/215 )
15+ Added condition to maestro notification submission handler
1416- [ PR-101] ( https://github.com/OS2Forms/os2forms/pull/101 )
1517 - Added support for ` os2web_key ` in Digital post
1618 - Switched from saving settings in key value store to config, i.e
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments