Skip to content

Commit

Permalink
* Add default configuration for tier price import
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnert committed Aug 31, 2020
1 parent 7abbc5e commit 259f30c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# Version 25.0.2

## Bugfixes

* None

## Features

* Add default configuration for tier price import

# Version 25.0.1

## Bugfixes
Expand Down
6 changes: 4 additions & 2 deletions etc/configuration/shortcuts.json
Expand Up @@ -52,7 +52,8 @@
"ee/catalog_product/replace.grouped",
"ee/catalog_product/replace.media",
"general/catalog_product/replace.msi",
"general/catalog_product/replace.url-rewrites"
"general/catalog_product/replace.url-rewrites",
"general/catalog_product/replace.tier-prices"
],
"add-update": [
"general/general/global-data",
Expand All @@ -76,7 +77,8 @@
"ee/catalog_product/add-update.grouped",
"ee/catalog_product/add-update.media",
"general/catalog_product/add-update.msi",
"general/catalog_product/add-update.url-rewrites"
"general/catalog_product/add-update.url-rewrites",
"general/catalog_product/add-update.tier-prices"
]
}
}
Expand Down
6 changes: 6 additions & 0 deletions symfony/Resources/config/2.3.2/services.xml
Expand Up @@ -102,6 +102,9 @@
<call method="addObserver">
<argument id="import_product_msi.observer.product.source.item" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product_tier_price.observer.product.tier_price" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product_ee.observer.clean.up" type="service"/>
</call>
Expand Down Expand Up @@ -165,6 +168,9 @@
<call method="addObserver">
<argument id="import_product_msi.observer.product.source.item" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product_tier_price.observer.product.tier_price" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product_ee.observer.clean.up" type="service"/>
</call>
Expand Down
6 changes: 6 additions & 0 deletions symfony/Resources/config/services.xml
Expand Up @@ -219,6 +219,9 @@
<call method="addObserver">
<argument id="import_product_grouped.observer.product.grouped" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product_tier_price.observer.product.tier_price" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product_ee.observer.clean.up" type="service"/>
</call>
Expand Down Expand Up @@ -279,6 +282,9 @@
<call method="addObserver">
<argument id="import_product_grouped.observer.product.grouped" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product_tier_price.observer.product.tier_price" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product_ee.observer.clean.up" type="service"/>
</call>
Expand Down

0 comments on commit 259f30c

Please sign in to comment.