Commit 872779f
authored
🔃 [EngCom] Public Pull Requests - 2.2-develop
Accepted Public Pull Requests:
- #21157: [Backport] Magento backend catalog cost without currency symbol (by @mage2pratik)
- #21199: [Backport] Fixed issue #20555 Meta Keywords/Meta Description are input field in product form while they are defined as textarea (by @amol2jcommerce)
- #21198: [Backport] added min=0 to qty field product detail page (by @amol2jcommerce)
- #21172: [Backport] Fixes-for-account-my-recent-reviews-alignment-2.2 (by @amol2jcommerce)
- #21159: [Backport] Solve custom option dropdown issue (by @mage2pratik)
- #21168: [Backport] Adjust table for grouped products (by @mage2pratik)
- #21162: [Backport] Fixed issue #20911 In admin login password forgot password page wrong css used to make it vertially aling middle (by @mage2pratik)
- #20476: [Backport]Fixed-Product-page-tabbing-content-misalignment-in-mobile-view-2-2 ::� (by @parag2jcommerce)
- #18866: [Backport] Fixes #18357 - SQL error when table prefix used. (by @gelanivishal)
Fixed GitHub Issues:
- #20906: Magento backend catalog "Cost" without currency symbol (reported by @mage2pratik) has been fixed in #21157 by @mage2pratik in 2.2-develop branch
Related commits:
1. ee88689
- #20555: Meta Keywords/Meta Description are input field in product form while they are defined as textarea (reported by @amitcedcoss) has been fixed in #21199 by @amol2jcommerce in 2.2-develop branch
Related commits:
1. b86a394
- #20800: On account my recent reviews alignment issue (reported by @priti2jcommerce) has been fixed in #21172 by @amol2jcommerce in 2.2-develop branch
Related commits:
1. a16427d
- #20989: Admin Customizable Options Dropdown sort_order issue (reported by @dharmendra-wagento) has been fixed in #21159 by @mage2pratik in 2.2-develop branch
Related commits:
1. 9612b42
- #20911: In admin login password forgot password page wrong css used to make it vertially aling middle (reported by @cedarvinda) has been fixed in #21162 by @mage2pratik in 2.2-develop branch
Related commits:
1. 2220707
2. be92e7b
3. bce16b4
- #20468: On Product Page Tabings Content Misaligned on Mobile View (reported by @parag2jcommerce) has been fixed in #20476 by @parag2jcommerce in 2.2-develop branch
Related commits:
1. 9e8173f
- #18357: checkout_agreement_store doesn't exist (reported by @michelecanal) has been fixed in #18866 by @gelanivishal in 2.2-develop branch
Related commits:
1. 2a6f834
- #18954: Magento 2.2.6 Terms and Conditions are Not visible in Admin (reported by @Ctucker9233) has been fixed in #18866 by @gelanivishal in 2.2-develop branch
Related commits:
1. 2a6f834File tree
12 files changed
+64
-20
lines changed- app
- code/Magento
- Catalog
- Ui/DataProvider/Product/Form/Modifier
- view
- adminhtml/ui_component
- frontend/templates/product/view
- CheckoutAgreements/Model/ResourceModel/Agreement/Grid
- Checkout/view/frontend/templates/cart/item/configure
- GroupedProduct/view/frontend/templates/product/view/type
- design
- adminhtml/Magento/backend/web/css/source/forms
- frontend/Magento
- blank/web/css/source
- luma
- Magento_Review/web/css/source
- web/css/source
- dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Block/Catalog/Product
12 files changed
+64
-20
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
867 | 868 | | |
868 | 869 | | |
869 | 870 | | |
870 | | - | |
| 871 | + | |
871 | 872 | | |
872 | 873 | | |
873 | | - | |
874 | 874 | | |
875 | 875 | | |
876 | 876 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
365 | | - | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
366 | 368 | | |
367 | 369 | | |
368 | 370 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
193 | 200 | | |
194 | 201 | | |
195 | 202 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | 83 | | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
412 | 415 | | |
| 416 | + | |
413 | 417 | | |
414 | 418 | | |
415 | 419 | | |
416 | 420 | | |
417 | 421 | | |
418 | 422 | | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
419 | 426 | | |
| 427 | + | |
420 | 428 | | |
421 | 429 | | |
422 | 430 | | |
423 | 431 | | |
424 | 432 | | |
425 | 433 | | |
426 | 434 | | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
427 | 438 | | |
| 439 | + | |
428 | 440 | | |
429 | 441 | | |
430 | 442 | | |
431 | 443 | | |
432 | 444 | | |
433 | 445 | | |
434 | 446 | | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
435 | 450 | | |
| 451 | + | |
436 | 452 | | |
437 | 453 | | |
438 | 454 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| 367 | + | |
367 | 368 | | |
368 | 369 | | |
369 | 370 | | |
| |||
0 commit comments