We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa79287 commit e3e68e8Copy full SHA for e3e68e8
lib/internal/Magento/Framework/View/Model/Layout/Merge.php
@@ -427,6 +427,9 @@ public function load($handles = [])
427
if ($result) {
428
$this->addUpdate($result);
429
$this->pageLayout = $this->_loadCache($cacheIdPageLayout);
430
+ foreach ($this->getHandles() as $handle) {
431
+ $this->allHandles[$handle] = $this->handleProcessed;
432
+ }
433
return $this;
434
}
435
0 commit comments