File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
modules/os2forms_forloeb/src Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa
1414- [ PR-228] ( https://github.com/OS2Forms/os2forms/pull/228 )
1515 Added Drupal Core patch ensuring conditionals based upon computed twig
1616 works as intended.
17+ - [ PR-215] ( https://github.com/OS2Forms/os2forms/pull/215 )
18+ Added condition to maestro notification submission handler
1719- [ PR-101] ( https://github.com/OS2Forms/os2forms/pull/101 )
1820 - Added support for ` os2web_key ` in Digital post
1921 - Switched from saving settings in key value store to config, i.e
@@ -25,6 +27,7 @@ before starting to add changes. Use example [placed in the end of the page](#exa
2527 Remove unused and abandoned package ` webmozart/path-util ` .
2628- [ PR-167] ( https://github.com/OS2Forms/os2forms/pull/167 )
2729 Adding os2forms_digital_signature module
30+ - [ OS-199] Remove modules that are not used and not covered by central maintenance from OS2forms
2831
2932## [ 4.1.0] 2025-06-03
3033
Original file line number Diff line number Diff line change 1212 "drupal/admin_toolbar" : " ^3.0" ,
1313 "drupal/advancedqueue" : " ^1.0" ,
1414 "drupal/cache_control_override" : " ^1.1 || ^2.0" ,
15- "drupal/clientside_validation" : " ^4.0" ,
1615 "drupal/coc_forms_auto_export" : " ^3.0@alpha" ,
1716 "drupal/config_entity_revisions" : " 2.0.x-dev" ,
1817 "drupal/diff" : " ^1.0" ,
19- "drupal/embed" : " ^1.4" ,
2018 "drupal/entity_print" : " ^2.1" ,
2119 "drupal/eu_cookie_compliance" : " ^1.8" ,
2220 "drupal/events_logging" : " ^2.0@beta" ,
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