From 9728e8f206512dcceae3ecfb1a25822727fab76d Mon Sep 17 00:00:00 2001 From: Victor Svizev Date: Wed, 24 Jul 2024 23:14:51 +0200 Subject: [PATCH 1/3] PAC-894 Add a parameter, observer for clean-up grouped products --- etc/configuration/operations.json | 3 ++- symfony/Resources/config/2.3.2/services.xml | 5 ++++- symfony/Resources/config/services.xml | 11 ++++++++++- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/etc/configuration/operations.json b/etc/configuration/operations.json index a49244b..577d28c 100644 --- a/etc/configuration/operations.json +++ b/etc/configuration/operations.json @@ -635,6 +635,7 @@ "images-file-directory" : "var/importexport/media/catalog/product", "update-url-key-from-name": true, "clean-up-variants": false, + "clean-up-grouped": false, "clean-up-links": false, "clean-up-media-gallery": true, "clean-up-empty-image-columns": true, @@ -782,4 +783,4 @@ } } } -} \ No newline at end of file +} diff --git a/symfony/Resources/config/2.3.2/services.xml b/symfony/Resources/config/2.3.2/services.xml index a943111..8db9516 100644 --- a/symfony/Resources/config/2.3.2/services.xml +++ b/symfony/Resources/config/2.3.2/services.xml @@ -187,6 +187,9 @@ + + + @@ -200,4 +203,4 @@ - \ No newline at end of file + diff --git a/symfony/Resources/config/services.xml b/symfony/Resources/config/services.xml index a2c71df..937783e 100644 --- a/symfony/Resources/config/services.xml +++ b/symfony/Resources/config/services.xml @@ -454,7 +454,13 @@ - + + + + + + + @@ -829,6 +835,9 @@ + + + From adc6503c19d1aaed148c6a7a1bab4eeaf2af5349 Mon Sep 17 00:00:00 2001 From: Victor Svizev Date: Thu, 25 Jul 2024 11:15:28 +0200 Subject: [PATCH 2/3] PAC-894 Use 'clean-up-links' instead of 'clean-up-grouped' --- etc/configuration/operations.json | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/configuration/operations.json b/etc/configuration/operations.json index 577d28c..be24031 100644 --- a/etc/configuration/operations.json +++ b/etc/configuration/operations.json @@ -635,7 +635,6 @@ "images-file-directory" : "var/importexport/media/catalog/product", "update-url-key-from-name": true, "clean-up-variants": false, - "clean-up-grouped": false, "clean-up-links": false, "clean-up-media-gallery": true, "clean-up-empty-image-columns": true, From 11a1db9752e0211d75bc85df5a2b50a26de1d98e Mon Sep 17 00:00:00 2001 From: yamlahik Date: Mon, 29 Jul 2024 13:21:21 +0200 Subject: [PATCH 3/3] PAC-894: update changelog --- CHANGELOG.md | 6 ++++++ symfony/Resources/config/services.xml | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a0c02e..bae7fe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Version 26.0.1 + +## Bugfixes + +* refactoring clean-up-links and clean-up-variants to remove old data from relation table + # Version 26.0.0 ## Features diff --git a/symfony/Resources/config/services.xml b/symfony/Resources/config/services.xml index 937783e..3a086ac 100644 --- a/symfony/Resources/config/services.xml +++ b/symfony/Resources/config/services.xml @@ -454,9 +454,6 @@ - - -