Problem/Motivation
There is strange and confusing behaviour when enabling/disabling overrides. The override gets stuck part on and part off, mails are not sent or are corrupted and other problems. Everything is fixed by clearing caches.
Steps to reproduce
Enable or disable an override.
Proposed resolution
The cause is #3207813: ModuleHandler skips all hook implementations when invoked before the module files have been loaded. The solution is to check ModuleHandlerInterface::isLoaded(), and skip any further processing if FALSE.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | symfony_mailer.override-caching.3367047-2.patch | 3.26 KB | adamps |
Comments
Comment #2
adamps commentedComment #4
adamps commented