Skip to content

Commit 015a299

Browse files
author
Yaroslav Onischenko
authored
Merge pull request #2 from magento-troll/MAGETWO-54172
MAGETWO-54172
2 parents 2b11da1 + 2e5c1e3 commit 015a299

File tree

1 file changed

+12
-0
lines changed
  • app/code/Magento/CatalogUrlRewrite/etc/adminhtml

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2016 Magento. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
9+
<event name="catalog_product_to_website_change">
10+
<observer name="catalog_product_to_website_change" instance="Magento\CatalogUrlRewrite\Observer\ProductToWebsiteChangeObserver"/>
11+
</event>
12+
</config>

0 commit comments

Comments
 (0)