File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
app/code/Magento/Backend/etc/adminhtml Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 17
17
<preference for =" Magento\Backend\App\ConfigInterface" type =" Magento\Backend\App\Config" />
18
18
<preference for =" Magento\Framework\App\Response\Http\FileFactory" type =" Magento\Backend\App\Response\Http\FileFactory" />
19
19
<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 >
21
27
<preference for =" Magento\Framework\View\Layout\Reader\Block" type =" Magento\Backend\Model\View\Layout\Reader\Block" />
22
28
<preference for =" Magento\Framework\Model\ActionValidator\RemoveAction" type =" Magento\Framework\Model\ActionValidator\RemoveAction\Allowed" />
23
29
<preference for =" Magento\Framework\Session\Config\ConfigInterface" type =" Magento\Backend\Model\Session\AdminConfig" />
You can’t perform that action at this time.
0 commit comments