Commit bbbc0ac
authored
🔃 [Magento Community Engineering] Community Contributions - 2.4-develop expedited
Accepted Community Pull Requests:
- #29054: Remove duplicated var customer.name from email template (by @ptylek)
- #27516: [Fixed #26191] Need To Change Label In Totals Block in Order View Page (by @madhurajawat)
- #28797: Fixed 'Undefined class constant' error when interceptor is generated. (by @vovayatsyuk)
- #26660: Added The return of Post Value when an Integration Exception is thrown while Save Action (by @realadityayadav)
- #29002: [MFTF] Use action group for QuickSearch (by @Usik2203)
- #28955: [MFTF] use action group go to home page (by @Usik2203)
- #28925: [MFTF] use action group for go to orders grid page (by @Usik2203)
- #28839: Discount applying on Shipping Amount for the rule 'Buy X get Y free (discount amount is Y)' (by @engcom-Echo)
- #28752: "Create Permanent Redirect for URLs if URL Key Changed" for categories (by @engcom-Charlie)
- #28799: fix Rest-API updating product stock_item deletes downloadable product data (by @engcom-Charlie)
- #28549: Cli config show returns `Configuration ... doesn't exist` if value is 0 or empty string (by @engcom-Charlie)
- #28903: Create or update customer don't validate customer group id (by @engcom-Charlie)
- #28959: [MFTF] use action group to click save button (by @Usik2203)
- #28932: Implemented UrlFilterApplier component (by @gabrieldagama)
- #28366: Fix Images in grid is not correctly aligned after clear filters (by @Nazar65)
- #28749: Move localstorage polyfill to frontend (by @ihor-sviziev)
Fixed GitHub Issues:
- #29087: [Issue] Remove duplicated var customer.name from email template (reported by @m2-assistant[bot]) has been fixed in #29054 by @ptylek in 2.4-develop branch
Related commits:
1. c9cc512
- #26191: Need To Change Label In Totals Block in Order View Page (reported by @nit-it) has been fixed in #27516 by @madhurajawat in 2.4-develop branch
Related commits:
1. d3021f9
2. 012821a
3. 8c2159c
4. 6eae776
5. 02acf22
6. 7986ed6
7. f9d9f8d
8. 017102b
9. 8d952c3
10. 4e7d530
11. 8f73ab2
12. 1619403
13. 18cc491
14. 474232a
15. 79e1eb0
16. 5435634
17. d3dfc52
- #28981: [Issue] Fixed 'Undefined class constant' error when interceptor is generated. (reported by @m2-assistant[bot]) has been fixed in #28797 by @vovayatsyuk in 2.4-develop branch
Related commits:
1. 54531b3
2. 1785136
3. 7620af2
4. dbad97b
- #28143: [Issue] Added The return of Post Value when an Integration Exception is thrown while Save Action (reported by @m2-backlog[bot]) has been fixed in #26660 by @realadityayadav in 2.4-develop branch
Related commits:
1. 4459cb0
2. bad241b
3. aa59c0b
4. 38bf16e
5. 04146b6
6. 59f031a
7. 29c7c90
8. f172e3c
- #26723: Discount is not applying on Shipping Amount for the rule 'Buy X get Y free (discount amount is Y)'. (reported by @webkul-dhananjay) has been fixed in #28839 by @engcom-Echo in 2.4-develop branch
Related commits:
1. 6005a92
2. ed1a21e
3. 3b33889
- #24922: "Create Permanent Redirect for URLs if URL Key Changed" for categories (reported by @vseager) has been fixed in #28752 by @engcom-Charlie in 2.4-develop branch
Related commits:
1. 733d72a
2. 4592de4
3. a618259
4. efb73f7
5. 3cbe1ea
6. fbf5d3e
7. 0c9623a
8. b729b5a
- #21811: Rest-API updating product stock_item deletes downloadable_product_links (reported by @EyalAmir) has been fixed in #28799 by @engcom-Charlie in 2.4-develop branch
Related commits:
1. a09d71a
2. 7e6827d
3. c52c6e9
4. da41991
- #23290: ./bin/magento config:show returns "Configuration for path: '...' doesn't exist" if config value equals to 0 or empty string (reported by @OleksiiBulba) has been fixed in #28549 by @engcom-Charlie in 2.4-develop branch
Related commits:
1. 3bff446
2. a6049d5
3. 70809f9
4. 655f5ab
5. 36ff6d7
6. 0ac7e12
- #28064: Web Api to create customer don't validate payload data and create corrupted record (reported by @GDauer) has been fixed in #28903 by @engcom-Charlie in 2.4-develop branch
Related commits:
1. a16efb6
2. 7f8dd44
3. b0b6dc9
4. 616f082
5. 4ae198a
6. 360173a
- #1501: magento2\lib\internal\Magento\Framework\Webapi\Rest\Request.php line:144 (reported by @zhaoxiong123) has been fixed in #28932 by @gabrieldagama in 2.4-develop branch
Related commits:
1. be428f7
2. 984dab1
3. 5531f50
4. 1574740
5. 607aed6
6. 22c2be9
7. 58158aa
8. 1467c6e
9. 273607c
10. 8660c73
11. a8c3f67
12. 96e6752
13. c77d812
14. 03b3ef5
15. b4b16ff
16. 8af0f46
- #824: Unable to reindex from backend, bug? (reported by @MagePsycho) has been fixed in #28366 by @Nazar65 in 2.4-develop branch
Related commits:
1. 8bfc104
2. a5a13fb
3. 5667714
4. a867d70
5. 1d0316d
6. d06fd27
7. f953f35
8. a0ed711
9. a63e681
10. 2133abc
11. 5032914
12. a548863
13. 6e8c990
14. aef54e3
- #972: Pub/Static directory is empty (reported by @mrugeshrocks) has been fixed in #28366 by @Nazar65 in 2.4-develop branch
Related commits:
1. 8bfc104
2. a5a13fb
3. 5667714
4. a867d70
5. 1d0316d
6. d06fd27
7. f953f35
8. a0ed711
9. a63e681
10. 2133abc
11. 5032914
12. a548863
13. 6e8c990
14. aef54e3
- #28900: [Issue] Move localstorage polyfill to frontend (reported by @m2-assistant[bot]) has been fixed in #28749 by @ihor-sviziev in 2.4-develop branch
Related commits:
1. 29b501a
2. cc01557File tree
149 files changed
+1789
-518
lines changed- app/code/Magento
- Backend/Test/Mftf/Test
- Bundle/Test/Mftf/Test
- CatalogSearch/Test/Mftf/Test
- SearchEntityResultsTest
- CatalogUrlRewrite
- Plugin/Catalog/Block/Adminhtml/Category/Tab
- Test
- Mftf
- Data
- Test
- Unit/Plugin/Catalog/Block/Adminhtml/Category/Tab
- Catalog
- Test/Mftf
- ActionGroup
- Section
- Test
- view/adminhtml
- layout
- templates/product/grid
- Checkout/Test/Mftf/Test
- Cms
- Test/Mftf
- Section
- Test
- view/adminhtml
- layout
- templates
- ConfigurableProduct/Test/Mftf/Test
- Config
- App/Config/Source
- Console/Command
- Test/Unit
- App/Config/Source
- Console/Command
- Customer
- Model/ResourceModel
- Test/Unit/Model/ResourceModel
- i18n
- view/frontend/email
- Downloadable
- Model
- Link
- Sample
- Test
- Mftf/Test
- Unit/Model
- Link
- Sample
- Elasticsearch/Test/Mftf/Test
- Fedex/Test/Mftf/Test
- GroupedProduct/Test/Mftf/Test
- Integration
- Controller/Adminhtml/Integration
- Test/Mftf
- ActionGroup
- Test
- Multishipping/Test/Mftf/Test
- Persistent/Test/Mftf/Test
- SalesRule
- Model
- Rule/Action/Discount
- Test/Mftf/Test
- Sales
- Block/Adminhtml/Order
- Model
- Test/Mftf
- ActionGroup
- Test
- i18n
- Search/Test/Mftf/ActionGroup
- Theme
- Block/Html
- view
- base
- frontend
- Ui/view/base/web
- js/grid
- columns
- templates/grid/columns
- dev/tests
- api-functional/testsuite/Magento
- Customer/Api
- Downloadable/Api
- integration/testsuite/Magento
- Config/Console/Command
- Sales/Block/Adminhtml/Order
- js/jasmine/tests/app/code/Magento/Ui/base/js/grid
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
149 files changed
+1789
-518
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
| 96 | + | |
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
| |||
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
Lines 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: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateCustomProductAttributeWithDropdownFieldTest.xml
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
| 97 | + | |
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
| 89 | + | |
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
| |||
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
88 | | - | |
89 | | - | |
| 87 | + | |
90 | 88 | | |
91 | 89 | | |
92 | 90 | | |
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateVirtualProductFillingRequiredFieldsOnlyTest.xml
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
0 commit comments