Problem/Motivation
When a user is added to an entity as a workflow participant, it would be really great if they were notified of this.
Proposed resolution
Send notifications when they are added.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 2916869-05.patch | 26.21 KB | jhedstrom |
Comments
Comment #2
jhedstromComment #4
kevin.dutra commentedI've done a pass at reviewing the code. Overall the code and tests look good to me, there's just the matter of a little cleanup to get the existing tests passing.
Also, the EntityDeleteTest appears to need the filter module.
Based on the test failures, it looks like both the NotificationsTest and EntityDeleteTest require the filter module's configs to be installed so that the plain text format is available.
Comment #5
jhedstromWhile fixing the test failures, I realized that the new setting
enable_notifcationshad no effect at all. This resolves that and should fix the tests.Comment #7
jhedstrom