Commit b941603
authored
🔃 [Magento Community Engineering] Community Contributions - 2.4-develop
Accepted Community Pull Requests:
- #31022: ISSUE-30265 - Fix product add / remove in Safari when creating an order in admin (by @zaximus84)
- #30868: Fixed "Email Copy of Invoice", "Email Copy of Shipment" and "Email Copy of Creditmemo" Issues (by @gwharton)
- #30822: Fix iterate on null (by @thomas-kl1)
- #30910: Ensure that url suffix resolvers return strings to match function declaration (by @aligent-lturner)
- #28926: Fix for communication.xml Handlers merging processs (by @matiashidalgo)
- #31013: [MFTF] Adding AdminSetStockStatusActionGroup (by @AnnaAPak)
- #31079: [MFTF] Refactoring of AdminMassUpdateProductAttributesMissingRequiredFieldTest (by @AnnaAPak)
- #31151: Use magento coding standard 6 (by @ihor-sviziev)
- #30477: Fix issue #30270 Product Reviews can not be sorted by Admin on the Product edit page (by @Chandresh22)
- #30953: set correct remaining available discount amount when applying fixed p… (by @sky-hub)
- #27845: Allow customer to specify associated product qtys when adding grouped product to cart via RESTful API (by @shawnabramson)
- #30626: Handle exceptions thrown in child processes forked by ProcessManager (by @pawel-siejba)
Fixed GitHub Issues:
- #30265: SAFARI: endless deploy when admin try to add product in order (reported by @magento-engcom-team) has been fixed in #31022 by @zaximus84 in 2.4-develop branch
Related commits:
1. d018988
- #28511: New Invoice: Checkbox "Email Copy of Invoice" is useless (reported by @TerrapinSoftware) has been fixed in #30868 by @gwharton in 2.4-develop branch
Related commits:
1. e0d8149
- #30830: [Issue] Fix iterate on null (reported by @m2-assistant[bot]) has been fixed in #30822 by @thomas-kl1 in 2.4-develop branch
Related commits:
1. f5d692f
2. 73edcb1
3. 8fcac9d
4. 5029cb0
5. e8294f8
- #30909: ProductUrlSuffix and CategoryUrlSuffix GraphQL resolvers fail with null values (reported by @aligent-lturner) has been fixed in #30910 by @aligent-lturner in 2.4-develop branch
Related commits:
1. 5512626
2. ffcc523
3. 673edbe
4. 53ed515
- #29528: [Issue] Fix for communication.xml Handlers merging processs (reported by @m2-assistant[bot]) has been fixed in #28926 by @matiashidalgo in 2.4-develop branch
Related commits:
1. fb9f52d
2. 2cbb726
3. 11ccb29
4. 623e87f
5. d5680d2
6. cf9de17
7. 8e054c7
8. e7cde72
9. 90e457d
10. 1bf790a
11. c373f3e
12. 0cfb88a
13. be308fa
- #31034: [Issue] [MFTF] Adding AdminSetStockStatusActionGroup (reported by @m2-assistant[bot]) has been fixed in #31013 by @AnnaAPak in 2.4-develop branch
Related commits:
1. 3adff7a
2. fe4a58f
3. b542bd8
4. 0b882f3
5. 8626a36
6. f95ed51
- #31160: [Issue] [MFTF] Refactoring of AdminMassUpdateProductAttributesMissingRequiredFieldTest (reported by @m2-assistant[bot]) has been fixed in #31079 by @AnnaAPak in 2.4-develop branch
Related commits:
1. a3aa42c
2. 42a2d1f
- #31152: Update Magento Coding Standard to version 6 (reported by @sivaschenko) has been fixed in #31151 by @ihor-sviziev in 2.4-develop branch
Related commits:
1. 55926f8
- #30270: �Product Reviews� can not be sorted by Admin on the Product page (reported by @magento-engcom-team) has been fixed in #30477 by @Chandresh22 in 2.4-develop branch
Related commits:
1. 4c5a130
2. 4e80ef9
3. c1eb748
4. 1c6672e
5. 9bd848a
6. f18ab23
7. da7bb72
8. 379027f
9. be1d79a
10. 3eb3553
11. 9985552
- #30952: [Cart Rule] Incorrect discount amount applied for bundle products containing more than one option (reported by @sky-hub) has been fixed in #30953 by @sky-hub in 2.4-develop branch
Related commits:
1. d56db5b
2. 4d1e4ea
3. 12806e0
4. b4275c9
5. aa7e7cd
6. a24dc14
7. 963b28f
8. cfb8f02
9. 6015ada
10. eeda660
11. 47149bf
12. 15bc12c
- #26909: Add grouped product with individual quantity to cart using rest api (reported by @manish-sirvi) has been fixed in #27845 by @shawnabramson in 2.4-develop branch
Related commits:
1. dcc6381
2. de1f626
3. 8d2c280
4. e9fa0a8
5. d5160db
6. 8b141e1
7. bb9c1e2
8. 3bcdd48
9. 7f49335
10. 3626d9c
11. cc0c942
12. 74709d2
13. fa4c7b8
14. 24c27a4
15. be84eb1
16. c936161
17. 7af13d7
18. 4240a6b
19. 768b305
20. 4aa5527
21. 0ace0c3
22. bdfe7ec
23. 769653a
- #30622: Process Manager doesn't handle exceptions properly in forked processes (reported by @pawel-siejba) has been fixed in #30626 by @pawel-siejba in 2.4-develop branch
Related commits:
1. 5a5b6f7File tree
47 files changed
+1896
-210
lines changed- app
- code/Magento
- CatalogUrlRewriteGraphQl
- Model/Resolver
- Test/Unit/Model/Resolver
- Catalog
- Test/Mftf
- ActionGroup
- Test
- view/adminhtml/templates/catalog/product/composite
- Checkout/Test/Mftf/Test
- ConfigurableProduct/Test/Mftf/Test
- GroupedProduct
- Api/Data
- Model/Quote/Item
- etc
- Indexer/Model
- Review/Ui/DataProvider/Product
- SalesRule
- Model/Rule/Action/Discount
- Test/Mftf
- Data
- Test
- Sales
- Controller/Adminhtml/Order
- Creditmemo
- Invoice
- Test/Unit/Controller/Adminhtml/Order
- Creditmemo
- Invoice
- Shipping
- Controller/Adminhtml/Order/Shipment
- Model
- Test/Unit
- Controller/Adminhtml/Order/Shipment
- Model
- etc
- dev/tests
- api-functional/testsuite/Magento/Quote/Api
- integration/testsuite/Magento
- Framework/Communication
- _files
- Review/Ui/DataProvider/Product
- Sales/Controller/Adminhtml/Order/Invoice
- static/testsuite/Magento/Test/Php/_files/phpstan/blacklist
- lib/internal/Magento/Framework/Communication/Config/Reader
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+1896
-210
lines changedLines changed: 19 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 | + | |
Lines changed: 22 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 | + | |
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: 23 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 | + | |
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
Lines changed: 17 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
53 | 60 | | |
54 | 61 | | |
55 | 62 | | |
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 13 | | |
19 | 14 | | |
20 | 15 | | |
| |||
85 | 80 | | |
86 | 81 | | |
87 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments