Commit 87c76df
authored
🔃 [EngCom] Public Pull Requests - 2.2-develop
Accepted Public Pull Requests:
- #19036: #18323: Order confirmation email for guest checkout d� (by @swnsma)
- #19012: #18348 - In admin, last swatch option set to default upon save (by @RostislavS)
- #18964: Backport [PR 18772] Remove unnecesary "header" block redeclaration (by @samuel27m)
- #18857: Fixed - Default tax region/state appears in customer & order data #16684 (by @ssp58bleuciel)
- #16887: Fix blocked a frame with origin (by @iGerchak)
- magento-engcom/magento2ce#1169: #12970: Can't add grouped product, with out of stock sub product, to cart. (by @p-bystritsky)
Fixed GitHub Issues:
- #18323: Order confirmation email for guest checkout does not include download links (reported by @hsray) has been fixed in #19036 by @swnsma in 2.2-develop branch
Related commits:
1. 429815b
- #19003: salesInvoiceOrder REST API does not make downloadable products available (reported by @nthurston) has been fixed in #19036 by @swnsma in 2.2-develop branch
Related commits:
1. 429815b
- #19034: sales_order_item_save_commit_after and sales_order_save_commit_after events will never fire for guest checkout (reported by @swnsma) has been fixed in #19036 by @swnsma in 2.2-develop branch
Related commits:
1. 429815b
- #8348: 1 exception(s): Exception #0 (Exception): Warning: Invalid argument supplied for foreach() in NotProtectedExtension.php on line 89 (reported by @craigcarnell) has been fixed in #19012 by @RostislavS in 2.2-develop branch
Related commits:
1. 468f245
2. 4c13ad7
- #16684: Default tax region/state appears in customer & order data (reported by @Detzler) has been fixed in #18857 by @ssp58bleuciel in 2.2-develop branch
Related commits:
1. 5a84c5a
2. e4b430a
- #12970: Can't add grouped product, with out of stock sub product, to cart (reported by @breg-13) has been fixed in magento-engcom/magento2ce#1169 by @p-bystritsky in 2.2-develop branch
Related commits:
1. 7d44656
2. 42b4f3c
3. da05e92
4. 40600b9
5. 63c7fc9
6. 26b6a27File tree
11 files changed
+347
-26
lines changed- app
- code/Magento
- Checkout/view/frontend/web/js/model
- Downloadable/etc
- GroupedProduct/Model/Product/Type
- PageCache/view/frontend/web/js
- Swatches/view/adminhtml/web/js
- design/frontend/Magento/luma/Magento_Customer/layout
- dev/tests/integration/testsuite/Magento
- Catalog/_files
- GroupedProduct
- Model/Product/Type
- _files
11 files changed
+347
-26
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| |||
Lines changed: 29 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
56 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
57 | 83 | | |
58 | 84 | | |
59 | 85 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
442 | 445 | | |
443 | 446 | | |
444 | 447 | | |
| |||
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 18 | | |
24 | 19 | | |
25 | 20 | | |
| |||
Lines changed: 20 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 | + | |
Lines changed: 26 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 | + | |
0 commit comments