| Project: | Team Notifications |
| Version: | 7.x-3.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
Needed to get this module implemented on a D7 site today, so I made a few fixes to 7.x-3.x-dev. Really sorry, but I didn't have time to put them together as separate patches.
* Per content type settings were not shown for a few reasons (one being module weight < Notifications module). I spun them out to a separate fieldset.
* Add per content type setting for user selection View.
* Fix db_query errors on comment submit - db_query calls to use D7 syntax.
* Fix link to Administer Content Types Page
* Fix typo in documentation s/Only/Ony
I didn't get auto-complete working, but I don't need it for my use case. I think it just needs some tweaks to the default view and notifications_team_get_users() to filter properly.
Patch to follow in a sec.
Comments
#1
Patch for above.
#2
Hi,
thanks for you patch. I merged the most of into 7.x-3.x-dev.
Fixed
Todo
This makes this issue a feature request. I rerolled this patch against 7.x-3.x-dev.