- First commit to issue fork.
- π¬π§United Kingdom the_g_bomb
I have tried to update this to be available to D10+ and fixed some of the issue that arose. It still Needs work.
To use this in a project you may need to do:composer config repositories.message_group_notify vcs https://git.drupalcode.org/issue/message_group_notify-3097948.git composer require drupal/message_group_notify:dev-3097948-Update-code
Or you could add a patch to the git version
git clone https://git.drupalcode.org/project/message_group_notify.git cd message_group_notify curl https://git.drupalcode.org/project/message_group_notify/-/merge_requests/1.diff | git apply --index -
Ref: https://www.drupal.org/docs/develop/git/using-git-to-contribute-to-drupa... β
- π¬π§United Kingdom the_g_bomb
On installation I was getting errors about having missing modules for civicrm and mailchimp, to do with the config/install folder having group type related config, so I removed message_group_notify.message_group_type.mailchimp.yml & message_group_notify.message_group_type.civicrm.yml which allowed me to install the module without adding those modules.
I also found another issue when I try to enable the group at /admin/config/message/message_group_notify, possibly because I removed those config, but I kept getting a warning that "Only the Role and CiviCRM group group types are currently being implemented." when I expected something to allow me to choose which groups types should be enabled for notification.