- Issue created by @Greg Boggs
- πΊπΈUnited States DamienMcKenna NH, USA
Now that there's some rudimentary test coverage in the module, let's build upon it.
When you configure new adzones, the blocks don't appear immediately and you have to run a cache clear.
Adding something like this to the block derivative should fix it:
$this->addCacheableDependency($config);
Active
2.0
Code
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Now that there's some rudimentary test coverage in the module, let's build upon it.