forked from magento/quality-patches
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatches.json
More file actions
467 lines (467 loc) · 18.2 KB
/
patches.json
File metadata and controls
467 lines (467 loc) · 18.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
{
"MDVA-25602": {
"magento/magento2-base": {
"Fixes issue with PayPal Payflow Pro payment method and treating cookies as SameSite=Lax by default in the Chrome 80 browser and API response redirect to customer login page": {
">=2.3.3 <2.3.5": {
"file": "os/MDVA-25602__PayflowPro_checkout_broken_with_SameSite_Cookie__2.3.4.patch"
},
">=2.3.0 <2.3.2": {
"file": "os/MDVA-25602__PayflowPro_checkout_broken_with_SameSite_Cookie__2.3.0.patch"
},
">=2.3.2 <2.3.3": {
"file": "os/MDVA-25602__PayflowPro_checkout_broken_with_SameSite_Cookie__2.3.2.patch"
}
}
},
"magento/magento2-ee-base": {
"Fixes issue with PayPal Payflow Pro payment method and treating cookies as SameSite=Lax by default in the Chrome 80 browser and API response redirect to customer login page": {
">=2.3.0 <2.3.5": {
"file": "commerce/MDVA-25602__PayflowPro_API_response_302_redirect_to_login_page__2.3.4.patch"
}
}
}
},
"MDVA-30052": {
"magento/magento2-base": {
"Fixes the issue with private content (local storage) not being populated correctly, which resulted in performance problems.": {
">=2.3.2-p2 <2.3.5": {
"file": "os/MDVA-30052__customer_data_section_invalidation_logic_improvement__2.3.4-p2.patch"
}
}
}
},
"MDVA-26694": {
"magento/magento2-base": {
"Fixes the issue with product and catalog caches expiring daily, though being scheduled to expire differently.": {
">=2.3.0 <2.3.6 || 2.4.0": {
"file": "os/MDVA-26694__fix_product_and_catalog_cache_expiration_daily__2.3.1.patch"
}
}
}
},
"MDVA-30131": {
"magento/magento2-base": {
"Fixes the issue with layered navigation, where the 'No' value for boolean type product attributes was not included in layered navigation if Elasticsearch was used as a search engine.": {
">=2.3.4 <2.3.6 || 2.4.0": {
"file": "os/MDVA-30131__fix_storing_boolean_values_for_custom_attributes_in_Elastic_Search__2.3.4.patch"
},
">=2.3.3 <2.3.4": {
"file": "os/MDVA-30841__fix_storing_boolean_values_for_custom_attributes_in_Elastic_Search__2.3.3.patch"
}
}
}
},
"MDVA-27825": {
"magento/magento2-base": {
"Fixes the issue where exporting of big amounts of data failed because of memory leak.": {
">=2.3.0 <2.4.1": {
"file": "os/MDVA-27825__fix_memory_leak_prevent_customer_export__2.3.3.patch"
}
}
}
},
"MDVA-29085": {
"magento/magento2-b2b-base": {
"Fixes the B2B issue where no required new company emails are sent out if a company is created by API.": {
">=1.1.0 <=1.1.5-p1": {
"file": "commerce/MDVA-29085__fix_email_confirmation_after_company_created_via_API__2.3.5-p1.patch"
}
}
}
},
"MDVA-29835": {
"magento/magento2-ee-base": {
"Fixes the issue where gift card orders contained two codes instead one.": {
">2.3.1 <2.4.2": {
"file": "commerce/MDVA-29835__two_gift_card_codes_can_be_seen_for_the_order__2.3.4-p2.patch"
}
}
}
},
"MDVA-29344": {
"magento/module-page-builder": {
"Fixes the issue where Page Builder gets stuck after copying text from a header element to a text element.": {
">= 1.3.0 <=1.4.0": {
"file": "commerce/MDVA-29344__fix_page_builder_hangs_after_text_copying__2.3.5-p1.patch"
}
}
}
},
"MC-35514": {
"magento/magento2-base": {
"Fixes the issue where merchants could not add ordered products to a package from the Admin Create Package page and save the package.": {
">=2.4.0 <2.4.1": {
"file": "os/MC-35514__fixes_issue_with_shipping_label_creation__2.4.0.patch"
}
}
}
},
"MC-35984": {
"magento/magento2-ee-base": {
"Fixes the issue where merchants could not interact with any page elements on the Returns page after creating a shipping label for a Return Merchandise Authorization (RMA).": {
">=2.4.0 <2.4.1": {
"file": "commerce/MC-35984__fixes_issue_in_rma_edit_page_with_shipping_label__2.4.0.patch"
}
}
}
},
"MDVA-30195": {
"magento/magento2-base": {
"Fixes the issue where cron jobs fail if database name is too long, resulting in categories not being updated on the frontend.": {
">=2.3.1 <=2.3.4-p2": {
"file": "os/MDVA-30195__fix_to_handle_long_database_names__2.3.4-p2.patch"
}
}
}
},
"MDVA-30106": {
"magento/magento2-base": {
"Fixes the issue where during checkout, payments are not loaded with “Cannot read property ‘length’ of null ” error in JS console.": {
"^2.3.0": {
"file": "os/MDVA-30106__fix_validation_for_possible_null_objects_on_validation_rules__2.3.4.patch"
}
}
}
},
"MDVA-28656": {
"magento/magento2-base": {
"Fixes the issue where if an order was placed with no payment information required (for example, with 100% discount) and an invoice was created for the order, the order status changes to Closed instead of Complete.": {
">=2.3.1 <2.3.6 || >=2.4.0 <2.4.2": {
"file": "os/MDVA-28656__fixes_order_status_issue_when_invoicing_zero_payment_orders__2.3.5-p1.patch"
}
}
}
},
"MDVA-30209": {
"magento/magento2-base": {
"Fixes the issue where the customer group was changed to default if customer updated their account information.": {
">=2.3.0 <=2.3.3-p1": {
"file": "os/MDVA-30209__fixes_customer_group_id_during_account_update__2.3.0.patch"
}
}
}
},
"MDVA-30123": {
"magento/magento2-base": {
"Fixes the issue where attribute option labels are not translated correctly for GraphQL queries.": {
">=2.3.4 <2.4.2": {
"file": "os/MDVA-30123__fixes_attribute_option_labels_translation_for_graphql_queries__2.3.4.patch"
}
}
}
},
"MDVA-29996": {
"magento/magento2-ee-base": {
"Fixes the issue where after enabling category permission, the category page is not getting cached by Full Page Cache.": {
">=2.3.3 <2.4.2": {
"file": "commerce/MDVA-29996__fixes_page_cache_identifier_with_enabled_category_permissions_and_fpc__2.3.3.patch"
}
}
}
},
"MDVA-30164": {
"magento/magento2-base": {
"Fixes the issue where customers records cannot be exported from the Customers grid, if custom customer attributes exist.": {
">=2.3.1 <2.4.2": {
"file": "os/MDVA-30164__fixes_customer_export_when_custom_customer_attribute_exists__2.3.2.patch"
}
}
}
},
"MDVA-30444": {
"magento/magento2-base": {
"Fixes the issue where no confirmation email is sent for orders placed using GraphQL.": {
">=2.3.0 <2.4.1": {
"file": "os/MDVA-30444__fixes_confirmation_email_not_sent_with_orders_placed_using_graphql__2.3.5-p1.patch"
}
}
}
},
"MDVA-30490": {
"magento/magento2-base": {
"Fixes the issue where products comparison throws the 500 error page, if one of the products has an empty short description.": {
">=2.3.4 <=2.3.5-p2": {
"file": "os/MDVA-30490__fixes_500_error_on_product_comparison_when_having_empty_short_product_description__2.3.5-p2.patch"
}
}
}
},
"MDVA-30232": {
"magento/magento2-base": {
"Fixes the issue where it is not possible to re-order if the original order contains a gift card.": {
">=2.3.1 <2.4.1": {
"file": "os/MDVA-30232__fixes_issue_with_re-order_when_order_contains_giftcard__2.3.5-p1.patch"
}
}
}
},
"MDVA-29965": {
"magento/magento2-base": {
"Fixes the issue where customers get Invalid Form Key error when adding a product to the cart.": {
">=2.3.3 <2.4.0": {
"file": "os/MDVA-29965_fixes_invalid_form_key_error_when_adding_to_cart_before_page_fully_refreshes_2.3.5-p1.patch"
}
}
}
},
"MDVA-30008": {
"magento/magento2-b2b-base": {
"Fixes the B2B issue where it is not possible to place orders through Admin API for a product which is in a public catalog.": {
">=1.1.1 <1.2.2": {
"file": "commerce/MDVA-30008_fixes_order_placement_via_admin_api_for_public_catalog_products_2.3.3.patch"
}
}
}
},
"MDVA-22469": {
"magento/magento2-base": {
"Fixes the issue where after upgrading to Magento 2.3.3, Page Builder is not working in the Admin panel and some JS and CSS files are not loading.": {
">=2.3.2-p2 <=2.3.3-p1": {
"file": "os/MDVA-22469_fixes_page_builder_css_and_js_not_loading_2.3.3.patch"
}
}
},
"magento/module-page-builder": {
"Fixes the issue where after upgrading to Magento 2.3.3, Page Builder is not working in the Admin panel and some JS and CSS files are not loading.": {
">=1.0.3 <=1.1.1": {
"file": "commerce/MDVA-22469_fixes_page_builder_css_and_js_not_loading_2.3.3.patch"
}
}
}
},
"MDVA-28191": {
"magento/magento2-base": {
"Fixes the issue where no payment methods are loaded during order creation via Magento Admin panel.": {
">=2.3.3 <2.4.2": {
"file": "os/MDVA-28191__fixes_no_payments_during_order_creation_in_admin_panel__2.3.5-p1.patch"
}
}
}
},
"MDVA-29959": {
"magento/magento2-b2b-base": {
"Fixes the issue where restricted admin user with 'Companies' permissions is not allowed to delete company account.": {
">=1.1.0 <=1.1.3-p1": {
"file": "commerce/MDVA-29959__fixes_restricted_admin_permission_is_not_allowed_to_delete_company__2.3.3.patch"
}
}
}
},
"MDVA-30265": {
"magento/magento2-base": {
"Fixes the issue where shipment tracking link stops working after Invoice creation.": {
">=2.3.3 <2.4.2": {
"file": "os/MDVA-30265__fixes_tracking_link_redirects_to_404__2.3.3.patch"
}
}
}
},
"MDVA-28409": {
"magento/magento2-base": {
"Fixes the issue where the 'sales_clean_quotes' cron job fails with out-of-memory error when the number of expired quotes in the database is huge.": {
">=2.3.4 <2.3.6 || 2.4.0": {
"file": "os/MDVA-28409__cleaning_old_quotes_from_sales_clean_quotes_table__2.3.4.patch"
}
}
}
},
"MDVA-30593": {
"magento/magento2-base": {
"Fixes the issue where quotes, that expired according to the Quote Lifetime setting, are not cleaned up.": {
">=2.3.0 <2.3.4": {
"file": "os/MDVA-30593__cleaning_expired_quotes_from_sales_clean_quotes_table__2.3.3.patch"
}
}
}
},
"MDVA-30107": {
"magento/magento2-base": {
"Fixes the issue where store switcher doesn't work as expected if different base URLs are used for store views.": {
">=2.3.0 <2.3.5": {
"file": "os/MDVA-30107__fixes_store_switcher_for_different_base_url__2.3.3.patch"
},
">=2.3.5 <2.3.6": {
"file": "os/MDVA-30623__fixes_store_switcher_for_different_base_url__2.3.5-p2.patch"
}
}
}
},
"MDVA-28763": {
"magento/magento2-base": {
"Fixes the issue where product image is getting duplicated after updating product information using REST API more than once.": {
">=2.3.2 <2.3.4": {
"file": "os/MDVA-28763__fixes_product_image_is_getting_duplicate_using_REST_API__2.3.3.patch"
}
}
}
},
"MDVA-30284": {
"magento/magento2-base": {
"Fixes the issue where Catalog Search indexer fails due to the following Elasticsearch error: `limit of total fields in index has been exceeded`.": {
">=2.3.0 <2.4.2": {
"file": "os/MDVA-30284__fixes_catalog_search_indexer_fail_due_to_elasticsearch_error__2.3.5-p2.patch"
}
}
}
},
"MDVA-29042": {
"magento/magento2-b2b-base": {
"Fixes the issue where Catalog permissions were changed to `Allow` automatically after new product was added to the shared catalog.": {
">=1.1.3 <=1.1.4-p2": {
"file": "commerce/MDVA-29042__fixes_catalog_permission_changing_to_allow__2.3.4.patch"
}
}
}
},
"MDVA-30428": {
"magento/magento2-base": {
"Fixes the issue where customers cannot add a product to wishlist if this product is assigned to a custom inventory source.": {
">=2.3.5 <2.4.2": {
"file": "os/MDVA-30428__fixes_add_a_product_with_custom_inventory_to_wishlist__2.3.5-p1.patch"
},
">=2.3.3 <2.3.4": {
"file": "os/MDVA-30445__fixes_add_a_product_with_custom_inventory_to_wishlist__2.3.3.patch"
}
}
},
"magento/inventory-metapackage": {
"Fixes the issue where customers cannot add a product to wishlist if this product is assigned to a custom inventory source.": {
">=1.1.5 <1.2.2": {
"file": "os/MDVA-30428__fixes_add_a_product_with_custom_inventory_to_wishlist__1.1.5.patch"
},
">=1.1.3 <1.1.4": {
"file": "os/MDVA-30445__fixes_add_a_product_with_custom_inventory_to_wishlist__1.1.3.patch"
}
}
}
},
"MDVA-28661": {
"magento/magento2-b2b-base": {
"Fixes the issue where an error is thrown in the `Company Users` company account section after company admin is changed.": {
">=1.1.0 <1.2.2": {
"file": "commerce/MDVA-28661__fixes_error_is_throwing_after_company_admin_changed__2.3.5-p1.patch"
}
}
}
},
"MDVA-28993": {
"magento/magento2-base": {
"Implements the \"Minimum should match\" functionality and partial search for Elasticsearch engine. Solves issues with hyphens in search queries.": {
">=2.3.4 <2.4.0": {
"file": "os/MDVA-28993__implements_minimum_should_match_functionality_and_partial_search_for_elasticsearch__2.3.4.patch"
}
}
}
},
"MDVA-30102": {
"magento/magento2-base": {
"Fixes the issue where Redis cache grows up quickly since layout caches don't have TTL.": {
">=2.3.2 <=2.4.0": {
"file": "os/MDVA-30102__fixes_issue_when_redis_cache_grows_up_quickly__2.3.5.patch"
}
}
}
},
"MDVA-30599": {
"magento/magento2-base": {
"Fixes the issue where guest quotes created using API are incorrectly marked as quotes for logged in customers.": {
">=2.3.4 <=2.4.0": {
"file": "os/MDVA-30599__fixes_issue_with_API_created_guest_quotes_marked_as_logged_in_customers_quotes__2.3.5-p2.patch"
}
}
}
},
"MDVA-29446": {
"magento/magento2-base": {
"Fixes the issue where the price of not applicable shipping method is shown as zero during checkout.": {
">=2.3.3 <=2.4.0": {
"file": "os/MDVA-29446__fixes_issue_with_non_applicable_shipping_method_price_shown_as_zero_in_checkout__2.3.4.patch"
}
}
}
},
"MDVA-30357": {
"magento/magento2-base": {
"Fixes the issue with wrong image URLs are created when generating a sitemap by cron.": {
">=2.3.2 <2.3.5": {
"file": "os/MDVA-30357__fixes_issue_with_wrong_image_url_created_on_sitemap_generated_by_cron__2.3.3.patch",
"require": ["MCLOUD-3025"]
},
">=2.3.5 <=2.4.0": {
"file": "os/MDVA-30357__fixes_issue_with_wrong_image_url_created_on_sitemap_generated_by_cron__2.3.5.patch"
}
}
}
},
"MDVA-30565": {
"magento/magento2-base": {
"Fixes the issue where \"No such entity with cartid = 0\" error is displayed for guest customer on storefront checkout if persistent shopping cart is enabled.\n": {
">=2.3.2 <=2.3.3-p1": {
"file": "os/MDVA-30565__fixes_no_such_entity_with_cartid_error_for_guest_customers_when_persistent_shopping_cart_is_enabled__2.3.3-p1.patch"
}
}
}
},
"MDVA-29787": {
"magento/magento2-ee-base": {
"Fixes the issue where target rule for related products does not work when 'is one of' condition is used to define products to be displayed.": {
">=2.3.0 <=2.4.0": {
"file": "commerce/MDVA-29787__fixes_condition_is_one_of_not_working_on_target_rules_for_related_products_2.3.3.patch"
}
}
}
},
"MDVA-30977": {
"magento/magento2-base": {
"Fixes the issue with random products missing from categories after reindex.": {
">=2.3.4 <=2.3.5-p2": {
"file": "os/MDVA-30977__fixes_issue_with_missing_random_products_from_categories_after_reindex__2.3.5-p1.patch"
}
}
},
"magento/inventory-metapackage": {
"Fixes the issue with random products missing from categories after reindex.": {
">=1.1.4 <=1.1.5-p1": {
"file": "os/MDVA-30977__fixes_issue_with_missing_random_products_from_categories_after_reindex__1.1.5-p1.patch"
}
}
}
},
"MDVA-28202": {
"magento/magento2-base": {
"Fixes the issue where Layered Navigation doesn't filter configurable products correctly when MSI is used.": {
">=2.3.4 <=2.4.2": {
"file": "os/MDVA-28202__fixes_issue_with_layered_navigation_not_filtering_configurable_products_correctly_with_msi__2.3.5-p1.patch"
}
}
},
"magento/inventory-metapackage": {
"Fixes the issue where Layered Navigation doesn't filter configurable products correctly when MSI is used.": {
">=1.1.4 <=1.2.2": {
"file": "os/MDVA-28202__fixes_issue_with_layered_navigation_not_filtering_configurable_products_correctly_with_msi__1.1.5-p1.patch"
}
}
}
},
"MDVA-28300": {
"magento/magento2-base": {
"Fixes the issue where GQL request doesn't reflect the price changes from catalog price rules.": {
">=2.3.0 <2.3.6": {
"file": "os/MDVA-28300__fixes_with_graphql_not_reflecting_price_chages_from_catalog_price_rule__2.3.5-p1.patch"
}
}
}
},
"MDVA-31006": {
"magento/magento2-base": {
"Fixes the issue where duplicated orders appear after placing an order using Paypal Express payment.": {
">=2.3.2 <2.3.3": {
"file": "os/MDVA-30730__fixes_issue_with_duplicated_orders_when_using_paypal_express_payment__2.3.2-p2.patch"
},
">=2.3.3 <=2.4.2": {
"file": "os/MDVA-31006__fixes_issue_with_duplicated_orders_when_using_paypal_express_payment__2.3.5-p2.patch"
}
}
}
}
}