Problem/Motivation
Currently only including channels is possible, but it would be helpful to also have the other way around option, if you'd like to receive ALL channels EXCLUDING certain ones.
So I think we should simply use a boolean to turn it around, like Drupal also allows in other places.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork watchdog_mailer-3457869
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
lrwebks commentedStarting on this now!
Comment #4
anybodyAs field description for the checkbox please use something like:
"When checked, the given channels will be excluded instead of being included"
Comment #5
anybodyCan we have an additional WatchdogMailerMailTest test for the exclude functionality?
Comment #6
anybodyRe: #4 the current description is already fine, sorry. I didn't see that.
You may decide to keep it as-is!
Comment #7
lrwebks commentedEverything's implemented and ready now! (Also implemented the Test, thanks for the reminder!)
Comment #8
anybodyGreat! :)
Comment #9
anybody