We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b11da1 + 2e5c1e3 commit 015a299Copy full SHA for 015a299
app/code/Magento/CatalogUrlRewrite/etc/adminhtml/events.xml
@@ -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