From d2cea0c70b881a6a9acd2ef040b8752c0c98c809 Mon Sep 17 00:00:00 2001 From: Billy Gilbert Date: Wed, 8 Jan 2020 12:48:31 -0600 Subject: [PATCH 1/3] MAGECLOUD-4980: Pagebuilder patches fail CE functional tests --- patches.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/patches.json b/patches.json index 34dbd5f..b963b2f 100644 --- a/patches.json +++ b/patches.json @@ -202,12 +202,6 @@ "2.3.1": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.3.1.patch", ">=2.3.2 <2.3.4": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.3.2.patch" }, - "Fix pagebuilder module": { - "2.3.1": "PB-319__fix_pagebuilder_module__2.3.1.patch", - "2.3.2": "PB-320__fix_pagebuilder_module__2.3.2.patch", - ">=2.3.2-p1 <2.3.3": "PB-322__fix_pagebuilder_module__2.3.2-p1.patch", - "2.3.3": "PB-323__fix_pagebuilder_module__2.3.3.patch" - }, "Fix XSS in order history": { "2.2.0 - 2.2.6": "PRODSECBUG-2233__fix_xss_in_order_history__2.2.0.patch", "2.2.7 - 2.2.8": "PRODSECBUG-2233__fix_xss_in_order_history__2.2.7.patch", @@ -287,5 +281,12 @@ "Fix wrong namespace": { "3.2.0": "MAGECLOUD-4407__fix_namespace_vertex_tax__3.2.0.patch" } - } + }, + "magento/magento2-ee-base": { + "Fix pagebuilder module": { + "2.3.1": "PB-319__fix_pagebuilder_module__2.3.1.patch", + "2.3.2": "PB-320__fix_pagebuilder_module__2.3.2.patch", + ">=2.3.2-p1 <2.3.3": "PB-322__fix_pagebuilder_module__2.3.2-p1.patch", + "2.3.3": "PB-323__fix_pagebuilder_module__2.3.3.patch" + }, } From 841bbe89895294374acade1b305674a57991cda3 Mon Sep 17 00:00:00 2001 From: Billy Gilbert Date: Wed, 8 Jan 2020 13:01:38 -0600 Subject: [PATCH 2/3] MAGECLOUD-4980: Pagebuilder patches fail CE functional tests --- patches.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches.json b/patches.json index b963b2f..b4a2705 100644 --- a/patches.json +++ b/patches.json @@ -288,5 +288,5 @@ "2.3.2": "PB-320__fix_pagebuilder_module__2.3.2.patch", ">=2.3.2-p1 <2.3.3": "PB-322__fix_pagebuilder_module__2.3.2-p1.patch", "2.3.3": "PB-323__fix_pagebuilder_module__2.3.3.patch" - }, + } } From dd0ad2542649c870efc12f502060d300bc81cda2 Mon Sep 17 00:00:00 2001 From: Billy Gilbert Date: Wed, 8 Jan 2020 13:05:17 -0600 Subject: [PATCH 3/3] MAGECLOUD-4980: Pagebuilder patches fail CE functional tests --- patches.json | 1 + 1 file changed, 1 insertion(+) diff --git a/patches.json b/patches.json index b4a2705..9a90631 100644 --- a/patches.json +++ b/patches.json @@ -289,4 +289,5 @@ ">=2.3.2-p1 <2.3.3": "PB-322__fix_pagebuilder_module__2.3.2-p1.patch", "2.3.3": "PB-323__fix_pagebuilder_module__2.3.3.patch" } + } }