Skip to content

Commit

Permalink
Merge pull request #28 from gijsblanken/feature/STJ-937
Browse files Browse the repository at this point in the history
[BUGFIX][STJ-937] Added classWhitelist on the configurable object.
  • Loading branch information
lewisvoncken authored Jul 15, 2021
2 parents ae86d6a + 4713569 commit 909e139
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 909e139

Please sign in to comment.