From 3fb7aca75260a7998ed030e8f08b02cc245b8293 Mon Sep 17 00:00:00 2001 From: Karol Manijak <20098064+kmanijak@users.noreply.github.com> Date: Fri, 18 Aug 2023 09:51:35 +0200 Subject: [PATCH] Enable manual migration of Products to Product Collection --- .../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 =