How can I download the release?

Created on 1 December 2019, over 5 years ago
Updated 10 March 2025, about 1 month ago
πŸ› Bug report
Status

Active

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States SocialNicheGuru

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 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.

Production build 0.71.5 2024