Commit 39e1300
authored
🔃 [Magento Community Engineering] Community Contributions - 2.4-develop
Accepted Community Pull Requests:
- #33452: #28239: resize command does not process hidden images (by @BogdanGorbach)
- #33163: Update CONTRIBUTING.md (by @manavluhar)
- #31969: [ReadMe] updated readMe file for NewRelicReporting-OfflineShipping modules (by @vlmed)
- #33256: 32977 Fixed text area for Customizable Options on the Checkout Cart Page (by @AZiniukhin)
- #33368: Fix overlap customer address edit text (by @mrtuvn)
- #33341: MFTF: Print Packing Slips Without Created Shipment Test (by @DmitryTsymbal)
- #33136: MFTF: Checkout With Minimum Order Amount Option Enabled Test (by @DmitryTsymbal)
- #33097: #33094 Renamed confusing store select labels - Login As Customer (by @vovsky)
- #33088: 32911 fixed product import with url key with spaces (by @SilinMykola)
- #32927: Fix overlap display issue in cms page privacy theme luma (by @mrtuvn)
- #28927: [vcl] don't set TTL to 0 (by @gquintard)
Fixed GitHub Issues:
- #28239: php bin/magento catalog:images:resize does not process hidden images. (reported by @gwharton) has been fixed in #33452 by @BogdanGorbach in 2.4-develop branch
Related commits:
1. c35cd1f
2. d16ee89
3. 788b2fc
- #33456: [Issue] Update CONTRIBUTING.md (reported by @m2-assistant[bot]) has been fixed in #33163 by @manavluhar in 2.4-develop branch
Related commits:
1. 9703a56
- #4451: Fix for admin shipment, creditmemo, invoice pdf emulation (reported by @ksz2013) has been fixed in #31969 by @vlmed in 2.4-develop branch
Related commits:
1. fad5e61
- #33404: [Issue] [ReadMe] updated readMe file for NewRelicReporting-OfflineShipping modules (reported by @m2-assistant[bot]) has been fixed in #31969 by @vlmed in 2.4-develop branch
Related commits:
1. fad5e61
- #32977: Text Area for Customizable Options shows line break html<br/> on the front end in cart area if a user enters more than 55 characters (reported by @adamstapley) has been fixed in #33256 by @AZiniukhin in 2.4-develop branch
Related commits:
1. f724fec
2. a3bf297
3. b506bb4
- #33357: Backend > Customers > Cannot edit an address when French language is selected (reported by @MarianneCA) has been fixed in #33368 by @mrtuvn in 2.4-develop branch
Related commits:
1. a1a7dd2
- #33345: [Issue] MFTF: Print Packing Slips Without Created Shipment Test (reported by @m2-assistant[bot]) has been fixed in #33341 by @DmitryTsymbal in 2.4-develop branch
Related commits:
1. e40d4b3
- #33460: [Issue] MFTF: Checkout With Minimum Order Amount Option Enabled Test (reported by @m2-assistant[bot]) has been fixed in #33136 by @DmitryTsymbal in 2.4-develop branch
Related commits:
1. e79c0b2
- #33094: Rename confusing store select labels at admin login as customers related config and modal window (reported by @Den4ik) has been fixed in #33097 by @vovsky in 2.4-develop branch
Related commits:
1. 4c26dfa
2. ae6a2a8
- #32911: CSV product import does not format url key when `url_key` column is used (reported by @rikwillems) has been fixed in #33088 by @SilinMykola in 2.4-develop branch
Related commits:
1. a7b9176
- #32926: CMS menu issue - Luma Theme (reported by @addison74) has been fixed in #32927 by @mrtuvn in 2.4-develop branch
Related commits:
1. 7f1092eFile tree
33 files changed
+966
-83
lines changed- .github
- app
- code/Magento
- CatalogImportExport/Model/Import
- Catalog/Test/Mftf/Data
- Checkout
- Test/Mftf
- ActionGroup
- Section
- Test
- view/frontend/templates/cart/item
- LoginAsCustomerAdminUi
- Controller/Adminhtml/Login
- etc/adminhtml
- view/adminhtml/web/js
- LoginAsCustomer/Test/Mftf/Section
- MediaStorage
- Console/Command
- Service
- Test/Unit/Service
- NewRelicReporting
- NewsletterGraphQl
- Newsletter
- OfflinePayments
- OfflineShipping
- PageCache/etc
- Sales/Test/Mftf
- Data
- Test
- design
- adminhtml/Magento/backend/Magento_Customer/web/css/source
- frontend/Magento/luma/Magento_Theme/web/css/source
- dev/tests/integration/testsuite/Magento
- CatalogImportExport/Model/Import
- ProductTest
- _files
- Catalog/_files
- Checkout
- Block/Cart/Item
- _files
33 files changed
+966
-83
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1432 | 1432 | | |
1433 | 1433 | | |
1434 | 1434 | | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
1435 | 1449 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3019 | 3019 | | |
3020 | 3020 | | |
3021 | 3021 | | |
3022 | | - | |
| 3022 | + | |
3023 | 3023 | | |
3024 | 3024 | | |
3025 | 3025 | | |
| |||
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
Lines changed: 77 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments