Commit b2f1417
authored
🔃 [EngCom] Public Pull Requests - 2.3-develop
Accepted Public Pull Requests:
- #20791: Fixed issue 20790 wishlist icons (by @abrarpathan19)
- #20493: Widget-left-navigation-block (by @dipti2jcommerce)
- #20727: Exceptions when search product with sku like "42-" (by @Nazar65)
- #20756: cms-page-top-spacing-issue :: changes to remove top spacing on Cms pa� (by @ranee2jcommerce)
- #19270: escape logo alt text and title (by @ErikPel)
- #20762: fixed minor typo (by @pankaj-cedcoss)
- #20749: Correct spelling (by @ravi-chandra3197)
- #20610: admin-order-info-issue (by @dipti2jcommerce)
- #20403: Fixed-Schedule-Update-Form-filed-misalign (by @amol2jcommerce)
- #20138: Fixed checkout page product options alignment in order summary (by @mage2pratik)
- #19845: Curl - allow setting HTTP version (by @SikailoISM)
- #20607: Add filter for `NOT FIND_IN_SET` sql conditions (by @mageprince)
Fixed GitHub Issues:
- #20790: Luma theme My Wish List page Edit and Remove icons consistency design improvement (reported by @abrarpathan19) has been fixed in #20791 by @abrarpathan19 in 2.3-develop branch
Related commits:
1. 5f258f2
2. f4e9176
- #20492: In Admin configuration Widget left navigation block not proper in tablet landscape view (reported by @dipti2jcommerce) has been fixed in #20493 by @dipti2jcommerce in 2.3-develop branch
Related commits:
1. 00e1069
- #9988: Quick search by SKU not working properly (reported by @harimayco) has been fixed in #20727 by @Nazar65 in 2.3-develop branch
Related commits:
1. cb681ab
2. 7539e8e
- #20689: Elastic search not working if sku is like 42-315 (reported by @arijit-codilar) has been fixed in #20727 by @Nazar65 in 2.3-develop branch
Related commits:
1. cb681ab
2. 7539e8e
- #20716: Exceptions when search product with sku like "42-" (reported by @Nazar65) has been fixed in #20727 by @Nazar65 in 2.3-develop branch
Related commits:
1. cb681ab
2. 7539e8e
- #20755: cms page top spacing issue at mobile (reported by @priti2jcommerce) has been fixed in #20756 by @ranee2jcommerce in 2.3-develop branch
Related commits:
1. 85a5e4d
- #19269: Logo "alt" attribute not escaped; possible (self) XSS (reported by @KevinGimbel) has been fixed in #19270 by @ErikPel in 2.3-develop branch
Related commits:
1. 42308ca
2. 2d20343
3. be294e8
- #20609: Currency rate value not align proper in order information tab when we create creditmemo from admin (reported by @dipti2jcommerce) has been fixed in #20610 by @dipti2jcommerce in 2.3-develop branch
Related commits:
1. 8c4dc05
- #20402: Schedule update from filed misalignment in 768 x 1147 resolution (reported by @amol2jcommerce) has been fixed in #20403 by @amol2jcommerce in 2.3-develop branch
Related commits:
1. 9ce78e0
2. 48917fc
- #20134: On checkout page product options is not align in order summary (reported by @nainesh2jcommerce) has been fixed in #20138 by @mage2pratik in 2.3-develop branch
Related commits:
1. b46a307
2. fb38437
3. b227988
- #19442: Magento/Framework/HTTP/Adapter/Curl.php doesn't allow setting HTTP version (reported by @ryanreeves-taxjar) has been fixed in #19845 by @SikailoISM in 2.3-develop branch
Related commits:
1. 3ad96a1File tree
15 files changed
+71
-24
lines changed- app
- code/Magento
- CatalogRule/Test/Mftf/Test
- Catalog/Block/Adminhtml/Form/Renderer/Fieldset
- Sales/view/adminhtml/templates/order/view
- Theme/view/frontend/templates/html/header
- Ui/view/base/web/js/grid/controls/bookmarks
- design
- adminhtml/Magento/backend
- Magento_Backend/web/css/source/module/main
- web/css/source/forms
- frontend/Magento
- blank/Magento_Checkout/web/css/source/module/checkout
- luma
- Magento_Checkout/web/css/source/module
- checkout
- Magento_Theme/web/css/source
- Magento_Wishlist/web/css/source
- lib/internal/Magento/Framework
- DB/Adapter/Pdo
- HTTP/Adapter
- Search/Adapter/Mysql/Query/Builder
15 files changed
+71
-24
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
13 | | - | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
| 385 | + | |
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
660 | 660 | | |
661 | 661 | | |
662 | 662 | | |
663 | | - | |
664 | 663 | | |
| 664 | + | |
665 | 665 | | |
666 | 666 | | |
| 667 | + | |
667 | 668 | | |
668 | 669 | | |
669 | 670 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
121 | 125 | | |
122 | 126 | | |
123 | 127 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
66 | 73 | | |
67 | 74 | | |
68 | 75 | | |
| |||
288 | 295 | | |
289 | 296 | | |
290 | 297 | | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
291 | 307 | | |
292 | 308 | | |
293 | 309 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
121 | 125 | | |
122 | 126 | | |
123 | 127 | | |
| |||
0 commit comments