The newsletter footer is never included in newsletter emails
This is reasonably recent as when I updated for fix a different bug this regressed.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | fix_footer_fix_and_add_tests.patch | 1.87 KB | berdir |
| #1 | simplenews-footer_missing-1398208-1.patch | 495 bytes | rooby |
Comments
Comment #1
rooby commentedHere is a patch to fix it.
Comment #3
rooby commentedI'd say the test failures for testSendHidden are due to something else, they would have been giving fale poositives before because the footer was not working at all.
Comment #4
berdirLooks so, yes, but that just means the tests need to be fixed, so needs work.
Looking into it, rather dumb bug :)
Comment #5
berdirComment #6
berdirOk, this should fix the failures.
- Test failures were due to static caching problem's, it seems..
- Added additional test assertions to actually cover this bug.
Comment #7
berdirCommited, thanks for reporting!
Comment #8
rooby commentedExcellent, thanks.