Skip to content

Commit

Permalink
Merge pull request #2 from magento-troll/MAGETWO-54172
Browse files Browse the repository at this point in the history
MAGETWO-54172
  • Loading branch information
Yaroslav Onischenko authored Jun 11, 2016
2 parents 2b11da1 + 2e5c1e3 commit 015a299
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/code/Magento/CatalogUrlRewrite/etc/adminhtml/events.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © 2016 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
<event name="catalog_product_to_website_change">
<observer name="catalog_product_to_website_change" instance="Magento\CatalogUrlRewrite\Observer\ProductToWebsiteChangeObserver"/>
</event>
</config>

0 comments on commit 015a299

Please sign in to comment.