Skip to content

Commit fb9f52d

Browse files
committed
Fix for communication.xml Handlers merging processs
1 parent ba25897 commit fb9f52d

File tree

1 file changed

+2
-1
lines changed
  • lib/internal/Magento/Framework/Communication/Config/Reader

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/Communication/Config/Reader/XmlReader.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ class XmlReader extends \Magento\Framework\Config\Reader\Filesystem
1616
* @var array
1717
*/
1818
protected $_idAttributes = [
19-
'/config/topic' => 'name'
19+
'/config/topic' => 'name',
20+
'/config/topic/handler' => 'name'
2021
];
2122

2223
/**

0 commit comments

Comments
 (0)