Some implementations may want to add additional filter on the list of broadcast they want to receive beside the case code that can be explicitely passed in through drush.
As a first easy step, adding an alter hook would allow site specific modules to alter the query and restrict the result set as needed.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2538538-4-broadcast-query-alter.patch | 2.25 KB | DeFr |
| #2 | 2538538-1-broadcast-query-alter.patch | 1.11 KB | DeFr |
Comments
Comment #1
DeFr commentedComment #2
DeFr commentedLooks like there was a problem with the upload of the patch in #2. Let's try again.
Comment #3
pvhee commentedThanks for the patch! I think this is ready to go in, but we should also document the patch itself in *.api.php or something and potentially adding this to the README.
Comment #4
DeFr commentedNice catch. Fixed.
I think there's a bunch of other problems with the module documentation though, the main one being that all the links for the API documentation in the main module README.md are dead links (or maybe links to repository I don't have access to). Filing a new issue for that.
Comment #6
pvhee commentedPatch applied, thanks!