Skip to content

Commit 4665b59

Browse files
author
Natalia Momotenko
committed
MAGETWO-32185: WAI-ARIA in Layered Navigation and Customer Dropdown
- fixed preference pageLayoutGeneratorPool for backend
1 parent 1c9364d commit 4665b59

File tree

1 file changed

+7
-1
lines changed
  • app/code/Magento/Backend/etc/adminhtml

1 file changed

+7
-1
lines changed

app/code/Magento/Backend/etc/adminhtml/di.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@
1717
<preference for="Magento\Backend\App\ConfigInterface" type="Magento\Backend\App\Config" />
1818
<preference for="Magento\Framework\App\Response\Http\FileFactory" type="Magento\Backend\App\Response\Http\FileFactory" />
1919
<preference for="Magento\Framework\View\Layout\GeneratorPool" type="Magento\Backend\Model\View\Layout\GeneratorPool" />
20-
<preference for="pageLayoutGeneratorPool" type="Magento\Backend\Model\View\Layout\GeneratorPool" />
20+
<type name="Magento\Framework\View\Result\Page">
21+
<arguments>
22+
<argument name="layoutReaderPool" xsi:type="object">pageConfigRenderPool</argument>
23+
<argument name="generatorPool" xsi:type="object">Magento\Backend\Model\View\Layout\GeneratorPool</argument>
24+
<argument name="template" xsi:type="string">Magento_Theme::root.phtml</argument>
25+
</arguments>
26+
</type>
2127
<preference for="Magento\Framework\View\Layout\Reader\Block" type="Magento\Backend\Model\View\Layout\Reader\Block" />
2228
<preference for="Magento\Framework\Model\ActionValidator\RemoveAction" type="Magento\Framework\Model\ActionValidator\RemoveAction\Allowed" />
2329
<preference for="Magento\Framework\Session\Config\ConfigInterface" type="Magento\Backend\Model\Session\AdminConfig" />

0 commit comments

Comments
 (0)