Commit 16e22c5
authored
🔃 [Magento Community Engineering] Community Contributions - 2.4-develop daily delivery
Accepted Community Pull Requests:
- #26523: [#25963] Fixed grids export: option labels are taken from grid filters and columns now. (by @novikor)
- #25321: Changing input phone type to tel in Contact, Error Report and Customer widget pages (by @rafaelstz)
- #26761: [Analytics] Code refactor & covered unit test in Analytics/ReportXml/QueryFactory (by @srsathish92)
- #22296: Fix #14958 - remove sales sequence data on store view delete (by @Bartlomiejsz)
- #26904: [Layout] Adding 'article' as an additional supported layout tag (by @eduard13)
- #26701: Date incorrect on pdf invoice issue26675 (by @edenduong)
- #26897: Swatches options: eliminate objects instantiation since only their data needed (by @ilnytskyi)
- #26584: #26583 Tier pricing save percent showing logic updated in product detail page (by @srsathish92)
- #26418: [Fixed Compare Products section not showing in mobile view under 767px] (by @hitesh-wagento)
- #25626: Fix translation retrieval (by @brosenberger)
- #26710: [Customer] Fixing the code style for account edit template and Integration test (by @eduard13)
- #26899: Unit test for Magento\Vault\Plugin\PaymentVaultAttributesLoad (by @karyna-tsymbal-atwix)
- #25806: Reflection: Fix null as first return type (by @Parakoopa)
- #25426: Ui: log exception correctly (by @bchatard)
- #26863: TierPriceBox toHtml method should be return with string (by @tufahu)
- #26894: Unit test for Magento\GiftMessage\Model\Plugin\MergeQuoteItems (by @karyna-tsymbal-atwix)
- #26878: [NewRelicReporting] Covering the New Relic plugins by Unit Tests (by @eduard13)
- #26617: Unit Test for Magento\LayeredNavigation\Observer\Edit\Tab\Front\ProductAttributeFormBuildFrontTabObserver (by @karyna-tsymbal-atwix)
- #26650: issue-#25675 Added fix for #25675 issue to the 2.4 Magento version (by @molneek)
- #26790: Disabled flat: cast $attributeId as (int) in selects (by @ilnytskyi)
- #25417: README > Improving the apresentation (by @rafaelstz)
- #24976: Fix doc block for $queueIterator Magento\Framework\MessageQueue\Topology\Config (by @UncleTioma)
- #26869: Update MockObject class in Widget module (by @hws47a)
- #26868: Update MockObject class in Wishlist module (by @hws47a)
Fixed GitHub Issues:
- #25963: Grid Export rendered data is not reflecting in the exported File, Displayed ID instead of Rendered Label (reported by @koushikch7) has been fixed in #26523 by @novikor in 2.4-develop branch
Related commits:
1. b43980b
2. 93793d8
3. c517f5f
4. 9bb416f
5. cd24e41
6. 6b434ba
7. b117b0c
8. 4a78ca5
9. 34d1876
10. 4483911
11. 0d3e478
12. 1a1ab4d
13. 5849cb6
- #14958: sale_sequence_* records are not removed on store view deletion (reported by @llzard) has been fixed in #22296 by @Bartlomiejsz in 2.4-develop branch
Related commits:
1. 8529467
2. 4c4ae53
3. 774d40f
4. 8dab9d7
5. 4385c2f
6. 78bfbc8
7. 3ff5c06
8. 85b0730
9. 309a25f
10. c83a283
11. 328bc51
12. 7c078cf
13. 76b2085
14. 11f013c
15. 68d1bed
16. 48f213d
17. 6458cc8
18. 94b6a17
19. f894321
- #26675: Date incorrect on pdf invoice (reported by @devchris79) has been fixed in #26701 by @edenduong in 2.4-develop branch
Related commits:
1. 5ebb43b
- #26583: Product Detail Page - Tier price (fixed & discount) save percentage displaying wrong calculation (reported by @srsathish92) has been fixed in #26584 by @srsathish92 in 2.4-develop branch
Related commits:
1. 9c11369
2. 00317ef
3. ecc4ef5
4. 24b3fba
5. 62f8c6c
6. 0110496
7. 4680f70
8. 0216e5e
- #26416: Compare Products section not showing in mobile view under 767px (reported by @hitesh-wagento) has been fixed in #26418 by @hitesh-wagento in 2.4-develop branch
Related commits:
1. 1aed73e
2. f88223a
3. e90a4a1
- #25656: M2.3.2 : Nullable getters in Service Contracts will throw a reflection error when used in the web API (reported by @kanduvisla) has been fixed in #25806 by @Parakoopa in 2.4-develop branch
Related commits:
1. 0cea191
2. 99a1a98
3. 253f881
4. 7e3390d
- #25675: Unable add product to cart in Magento 2.3.3 backend when stock quantity is 1 - "The requested qty is not available" (reported by @wibbel) has been fixed in #26650 by @molneek in 2.4-develop branch
Related commits:
1. e088db1
- #24971: Incorrect @var reference in docBlock of a class member variable (reported by @salmanazeez786) has been fixed in #24976 by @UncleTioma in 2.4-develop branch
Related commits:
1. 4c23a16
2. acb45f6File tree
114 files changed
+2705
-1105
lines changed- app
- code/Magento
- Analytics
- ReportXml
- Test/Unit/ReportXml
- CatalogInventory
- Model/Quote/Item/QuantityValidator
- Test/Unit/Model/Quote/Item/QuantityValidator
- Catalog
- Test/Mftf
- ActionGroup
- Data
- Test
- view/base/templates/product/price
- ConfigurableProduct
- Pricing/Render
- Test/Unit/Pricing/Render
- Contact/view/frontend/templates
- Customer/view/frontend/templates
- form
- widget
- Eav
- Model/Entity/Collection
- Test/Unit/Model/Entity/Collection
- GiftMessage/Test/Unit/Model/Plugin
- NewRelicReporting/Test/Unit/Plugin
- SalesSequence
- Model
- ResourceModel
- Sequence
- Observer
- Test/Unit/Model/Sequence
- etc
- Sales
- Model/ResourceModel/Order/Invoice/Grid
- Test/Unit/Ui/Component/DataProvider
- Ui/Component/DataProvider
- etc
- Swatches
- Helper
- Test/Unit/Helper
- Translation
- Test/Unit/Model/Js
- etc
- Ui
- Model/Export
- TemplateEngine/Xhtml
- Test/Unit
- Model/Export
- TemplateEngine/Xhtml
- Vault/Test/Unit/Plugin
- Widget/Test/Unit
- Block/Adminhtml/Widget
- Catalog/Category
- Instance/Edit
- Chooser
- Tab
- Controller/Adminhtml/Widget
- Instance
- Helper
- Model
- Config
- ResourceModel
- Layout
- Link
- Update
- Widget/Instance/Options
- Template
- Widget
- Wishlist/Test/Unit
- Block
- Adminhtml/Widget/Grid/Column/Filter
- Cart/Item/Renderer/Actions
- Customer
- Wishlist/Item
- Item
- Rss
- Controller
- Index
- CustomerData
- DataProvider/Product/Collector
- Helper
- Model
- Product
- ResourceModel/Item
- Rss
- Observer
- Plugin/Ui/DataProvider
- Pricing
- ConfiguredPrice
- Render
- design/frontend/Magento
- blank/Magento_Catalog/web/css/source
- luma/Magento_Catalog/web/css/source
- dev/tests/integration
- framework/Magento/TestFramework
- testsuite/Magento
- Catalog
- Model/Product
- Pricing/Render
- Customer/Controller
- Framework/View
- Store/Model
- lib/internal/Magento/Framework
- MessageQueue/Topology
- Reflection
- Test/Unit
- Fixture
- Stdlib
- DateTime
- Test/Unit/DateTime
- View
- Layout/Generator
- Test/Unit/Layout/Generator
- pub/errors/default
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
114 files changed
+2705
-1105
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
4 | 18 | | |
5 | 19 | | |
6 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
48 | 57 | | |
49 | 58 | | |
50 | 59 | | |
| |||
54 | 63 | | |
55 | 64 | | |
56 | 65 | | |
| 66 | + | |
57 | 67 | | |
58 | 68 | | |
59 | 69 | | |
60 | 70 | | |
61 | 71 | | |
62 | 72 | | |
63 | 73 | | |
64 | | - | |
| 74 | + | |
| 75 | + | |
65 | 76 | | |
66 | 77 | | |
67 | 78 | | |
68 | 79 | | |
69 | 80 | | |
70 | 81 | | |
71 | 82 | | |
| 83 | + | |
72 | 84 | | |
73 | 85 | | |
74 | 86 | | |
| |||
101 | 113 | | |
102 | 114 | | |
103 | 115 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
112 | 120 | | |
113 | 121 | | |
114 | 122 | | |
| |||
122 | 130 | | |
123 | 131 | | |
124 | 132 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
134 | 138 | | |
135 | 139 | | |
136 | 140 | | |
137 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
138 | 145 | | |
139 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
140 | 171 | | |
0 commit comments