Active
Project:
Notify
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2022 at 20:04 UTC
Updated:
6 Aug 2022 at 20:05 UTC
Jump to comment: Most recent
Drupal core comes with a default comment type with machine name "comment".
Users can create other with other names.
If the Forum module is installed, there is another comment type with machine name "comment_forum".
Notifications are only sent about "comment".
Install Notify and Forum.
Subscribe user to "forum", and enable comment notifications.
Create forum posts with comments.
Observe that no notifications are sent for these comments.
You can also inspect "Skip Flags".
Observe that "comment_forum" type comments are not listed.
Change public function selectContent() (in "Notify.php") to include all types contents in what is returned.
Comments