Skip to content

Commit fdb0c95

Browse files
committed
MAGETWO-65470: The visibility conditions improvements
Static fixes.
1 parent 3071e05 commit fdb0c95

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/etc/di.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,10 +487,14 @@
487487
<argument name="argumentInterpreter" xsi:type="object">layoutArgumentReaderInterpreter</argument>
488488
</arguments>
489489
</type>
490+
<type name="Magento\Framework\View\Layout\Reader\UiComponent">
491+
<arguments>
492+
<argument name="readerPool" xsi:type="object">blockRenderPool</argument>
493+
</arguments>
494+
</type>
490495
<type name="Magento\Framework\View\Layout\ConfigCondition">
491496
<arguments>
492497
<argument name="scopeType" xsi:type="const">Magento\Store\Model\ScopeInterface::SCOPE_STORE</argument>
493-
<argument name="readerPool" xsi:type="object">blockRenderPool</argument>
494498
</arguments>
495499
</type>
496500
<virtualType name="bodyRenderPool" type="Magento\Framework\View\Layout\ReaderPool">

0 commit comments

Comments
 (0)