Skip to content

Commit

Permalink
Merge pull request #69 from techdivision/PAC-894
Browse files Browse the repository at this point in the history
PAC-894 Add a parameter for clean-up grouped products
  • Loading branch information
kenza-ya authored Jul 29, 2024
2 parents e2497df + e9154e3 commit 7f5cafb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 27.0.1

## Bugfixes

* refactoring clean-up-links and clean-up-variants to remove old data from relation table

# Version 27.0.0

## Features
Expand Down
2 changes: 1 addition & 1 deletion etc/configuration/operations.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,4 +467,4 @@
}
}
}
}
}
5 changes: 4 additions & 1 deletion symfony/Resources/config/2.3.2/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@
<call method="addObserver">
<argument id="import_product_grouped.observer.product.grouped" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product_grouped_ee.observer.clean.up.product.grouped" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product_msi.observer.product.source.item" type="service"/>
</call>
Expand All @@ -193,4 +196,4 @@

</services>

</container>
</container>
5 changes: 4 additions & 1 deletion symfony/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@
<call method="addObserver">
<argument id="import_product_grouped.observer.product.grouped" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product_grouped_ee.observer.clean.up.product.grouped" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product_tier_price.observer.product.tier_price" type="service"/>
</call>
Expand All @@ -322,4 +325,4 @@

</services>

</container>
</container>

0 comments on commit 7f5cafb

Please sign in to comment.