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 @@ -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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments