If a user is deleted, currently its subscriptions are not deleted.
And so we've got a fatal error when generating a log, because we call $subscription->getOwner()->id()
Let's fix that
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3095633-6.patch | 12.08 KB | flocondetoile |
| #4 | 3095633-4.patch | 6.51 KB | flocondetoile |
| #3 | 3095633-3_failing_test.patch | 3.41 KB | flocondetoile |
Comments
Comment #2
flocondetoileComment #3
flocondetoilea failing test
Comment #4
flocondetoileThe fix. Need an hook_update_N().
Comment #5
flocondetoileComment #6
flocondetoileWith the hook_update_N. Also fix the unrelated and randomized fail (because of email sent order).
Comment #8
flocondetoile