Skip to content

Commit

Permalink
[BUGFIX][STJ-937] Added classWhitelist on the configurable object.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsblanken committed Jun 22, 2021
1 parent ae86d6a commit 4713569
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions etc/adminhtml/di.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Magento\Framework\View\Element\UiComponent\Argument\Interpreter\ConfigurableObject">
<arguments>
<argument name="classWhitelist" xsi:type="array">
<item name="0" xsi:type="string">Magento\Framework\Data\OptionSourceInterface</item>
<item name="1" xsi:type="string">Magento\Framework\View\Element\UiComponent\DataProvider\DataProviderInterface</item>
<item name="2" xsi:type="string">Magento\Framework\View\Element\UiComponent\ContextInterface</item>
</argument>
</arguments>
</type>
</config>

0 comments on commit 4713569

Please sign in to comment.