From 19a7a5d76cc95cf4c306ba6bccafd972b038c60c Mon Sep 17 00:00:00 2001 From: Karol Manijak <20098064+kmanijak@users.noreply.github.com> Date: Tue, 22 Aug 2023 08:25:33 +0200 Subject: [PATCH] Enable manual migration of Products to Product Collection (#10655) --- .../migration-products-to-product-collection/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/blocks/migration-products-to-product-collection/constants.ts b/assets/js/blocks/migration-products-to-product-collection/constants.ts index 2f68b429ecf..08ad37e0784 100644 --- a/assets/js/blocks/migration-products-to-product-collection/constants.ts +++ b/assets/js/blocks/migration-products-to-product-collection/constants.ts @@ -4,7 +4,7 @@ import type { UpgradeNoticeStatus, UpgradeNoticeStatuses } from './types'; export const AUTO_REPLACE_PRODUCTS_WITH_PRODUCT_COLLECTION = false; -export const MANUAL_REPLACE_PRODUCTS_WITH_PRODUCT_COLLECTION = false; +export const MANUAL_REPLACE_PRODUCTS_WITH_PRODUCT_COLLECTION = true; export const HOURS_TO_DISPLAY_UPGRADE_NOTICE = 72; export const UPGRADE_NOTICE_DISPLAY_COUNT_THRESHOLD = 4; export const MIGRATION_STATUS_LS_KEY =