Skip to content

Commit

Permalink
#29528: Fix for communication.xml Handlers merging processs.
Browse files Browse the repository at this point in the history
  • Loading branch information
engcom-Foxtrot committed Sep 10, 2020
1 parent e7cde72 commit 90e457d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 60 deletions.
11 changes: 11 additions & 0 deletions app/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,17 @@
</arguments>
</type>
<preference for="Magento\AsynchronousOperations\Model\ConfigInterface" type="Magento\WebapiAsync\Model\Config\Proxy" />
<virtualType name="Magento\Framework\Communication\Config\Reader\XmlReader" type="Magento\Framework\Config\Reader\Filesystem">
<arguments>
<argument name="converter" xsi:type="object">Magento\Framework\Communication\Config\Reader\XmlReader\Converter</argument>
<argument name="schemaLocator" xsi:type="object">Magento\Framework\Communication\Config\Reader\XmlReader\SchemaLocator</argument>
<argument name="fileName" xsi:type="string">communication.xml</argument>
<argument name="idAttributes" xsi:type="array">
<item name="/config/topic" xsi:type="string">name</item>
<item name="/config/topic/handler" xsi:type="string">name</item>
</argument>
</arguments>
</virtualType>
<type name="Magento\Framework\Communication\Config\CompositeReader">
<arguments>
<argument name="readers" xsi:type="array">
Expand Down

This file was deleted.

0 comments on commit 90e457d

Please sign in to comment.