Skip to content

Commit 40591ee

Browse files
Oleksandr Rykhnovykov
andauthored
Fix 1.0.2 patch description (#30)
* Fixed patch description * Update patch description * Fixed patch descriptions * Fixed incorrect quotes in patch descriptions Co-authored-by: Ivan Novykov <[email protected]>
1 parent d35978b commit 40591ee

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

patches.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"MDVA-30052": {
2525
"magento/magento2-base": {
26-
"Customer data section invalidation logic has been improved. This release introduces a new way of invalidating all customer sections data that avoids a known issue with local storage when custom `sections.xml` invalidations are active. (Previously, private content (local storage) was not correctly populated when you had a custom *etc/frontend/sections.xml* with action invalidations).": {
26+
"Fixes the issue with private content (local storage) not being populated correctly, which resulted in performance problems.": {
2727
">=2.3.2-p2 <2.3.5": {
2828
"file": "os/MDVA-30052__customer_data_section_invalidation_logic_improvement__2.3.4-p2.patch"
2929
}
@@ -32,7 +32,7 @@
3232
},
3333
"MDVA-26694": {
3434
"magento/magento2-base": {
35-
"Product and catalog caches will expire as scheduled. Previously, caches expire daily, as сron runs the 'catalogrule_apply_all' task once a day which re-indexes all the catalog rules and its dependent indexers and clears the cache for all products and categories.": {
35+
"Fixes the issue with product and catalog caches expiring daily, though being scheduled to expire differently.": {
3636
">=2.3.0 <=2.3.5-p2 || 2.4.0": {
3737
"file": "os/MDVA-26694__fix_product_and_catalog_cache_expiration_daily__2.3.1.patch"
3838
}
@@ -41,7 +41,7 @@
4141
},
4242
"MDVA-30131": {
4343
"magento/magento2-base": {
44-
"Code was not storing false values for custom attributes in Elastic Search, so filter was possible using 'No' for boolean attributes using layered navigation. To address that, some boolean checks have been replaces for null checks, and an array_filter call has been erased completely as no callback function was provided in it, thus always returning false as 'all entries of array equal to FALSE (see converting to boolean) will be removed'.": {
44+
"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.": {
4545
">=2.3.4 <=2.3.5-p2 || 2.4.0": {
4646
"file": "os/MDVA-30131__fix_storing_boolean_values_for_custom_attributes_in_Elastic_Search__2.3.4.patch"
4747
}
@@ -50,7 +50,7 @@
5050
},
5151
"MDVA-27825": {
5252
"magento/magento2-base": {
53-
"Big data customer export issue. Memory leak prevented by adding clearing of Customer objects in \\Magento\\Framework\\Model\\ResourceModel\\Db\\VersionControl\\Snapshot class": {
53+
"Fixes an issue where exporting of big amounts of data failed because of memory leak.": {
5454
">=2.3.0 <=2.3.5-p2 || 2.4.0": {
5555
"file": "os/MDVA-27825__fix_memory_leak_prevent_customer_export__2.3.3.patch"
5656
}
@@ -59,7 +59,7 @@
5959
},
6060
"MDVA-29085": {
6161
"magento/magento2-b2b-base": {
62-
"After the company has been created through the API, the intended plugin will check if the company is created and dispatch the two emails accordingly.": {
62+
"Fixes a B2B issue where no required new company emails are sent out if a company is created by API.": {
6363
">=2.3.0 <=2.3.5-p1": {
6464
"file": "commerce/MDVA-29085__fix_email_confirmation_after_company_created_via_API__2.3.5-p1.patch"
6565
}
@@ -68,7 +68,7 @@
6868
},
6969
"MDVA-29835": {
7070
"magento/magento2-ee-base": {
71-
"Issue fixed: Two gift card codes can be seen for the order.\nRoot Cause: cron jobs called \\Magento\\GiftCard\\Observer\\GenerateGiftCardAccountsInvoice::execute() and this method did not check if giftcard codes already were generated during invoice creation.": {
71+
"Fixes an issue where gift card orders contained two codes instead one.": {
7272
">2.3.1 <=2.3.5-p2 || 2.4.0": {
7373
"file": "commerce/MDVA-29835__two_gift_card_codes_can_be_seen_for_the_order__2.3.4-p2.patch"
7474
}
@@ -77,7 +77,7 @@
7777
},
7878
"MDVA-29344": {
7979
"magento/module-page-builder": {
80-
"Page builder hangs after copying text from a header element to a text element.": {
80+
"Fixes an issue where Page Builder gets stuck after copying text from a header element to a text element.": {
8181
">=2.3.5 <=2.3.5-p2 || 2.4.0": {
8282
"file": "commerce/MDVA-29344__fix_page_builder_hangs_after_text_copying__2.3.5-p1.patch"
8383
}
@@ -86,11 +86,11 @@
8686
},
8787
"MC-35514": {
8888
"magento/magento2-base": {
89-
"Fixes issue with creating a shipping label and adding ordered products to a package in the Create Packages modal window.": {
89+
"Fixes an issue with creating a shipping label and adding ordered products to a package in the Create Packages modal window.": {
9090
"2.4.0": {
9191
"file": "os/MC-35514__fixes_issue_with_shipping_label_creation__2.4.0.patch"
9292
}
9393
}
9494
}
9595
}
96-
}
96+
}

0 commit comments

Comments
 (0)