Upon installing and enabling the notification system modules I get the following error:
TypeError: Cannot assign null to property Drupal\notification_system_dispatch\Service\NotificationDispatcherService::$groupMappings of type array in Drupal\notification_system_dispatch\Service\NotificationDispatcherService->__construct() (line 76 of /var/www/html/web/modules/contrib/notification_system/modules/notification_system_dispatch/src/Service/NotificationDispatcherService.php)
Looking into the code, I went to /admin/structure/notification-group/mapping and manually saved the configuration, after which there were no longer any issues.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | notification_system-3427428.patch | 1.06 KB | abhishek_gupta1 |
Issue fork notification_system-3427428
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
munchmunch commentedComment #3
abhishek_gupta1 commented@munchmunch , I have fixed the issue and created Patch.
Comment #6
b_sharpe commentedFixed, thanks