Commit bf03292
authored
🔃 [Magento Community Engineering] Community Contributions - 2.4-develop
Accepted Community Pull Requests:
- #27237: #26749: Saving CMS Page Title from REST web API makes content empty (by @engcom-Charlie)
- #27215: Cleanup ObjectManager usage - Magento_Translation (by @Bartlomiejsz)
- #27191: 26827 Added improvements to product attribute repository (save method) (by @sergiy-v)
- #27125: #27124: Update wishlist image logic to match logic on wishlist page (by @mtbottens)
- #23191: Refactor addlinks to own class take 3 (follows #21658) (by @amenk)
- #25734: Experius 2.3 patch catalog flat (by @lewisvoncken)
- #27273: MFTF: Test isolation, consistent naming (backwards-compatible) (by @lbajsarowicz)
- #26015: Remove media gallery assets metadata when a directory removed (by @rogyar)
Fixed GitHub Issues:
- #26827: 500 when creating new product after adding attribute via API and assigning to attribute set via UI (reported by @vincentteyssier) has been fixed in #27191 by @sergiy-v in 2.4-develop branch
Related commits:
1. acfc589
2. fcf734f
- #27124: Share Wishlist Email: Image Logic Issue (reported by @mtbottens) has been fixed in #27125 by @mtbottens in 2.4-develop branch
Related commits:
1. 854761d
2. 12ae6e5
3. 76e61ae
4. 428605d
5. b2d0793File tree
37 files changed
+1799
-640
lines changed- app/code/Magento
- CatalogImportExport
- Model/Import
- Product
- Test/Unit/Model/Import/Product
- etc
- Catalog
- Model/Indexer/Product/Flat/Action
- Test/Mftf/ActionGroup
- Cms
- Model
- etc
- Customer/Test/Mftf/Test
- MediaGalleryApi/Model/Asset/Command
- MediaGallery
- Model/Asset/Command
- Plugin/Wysiwyg/Images
- Test/Unit
- Model/Asset/Command
- Plugin/Images
- etc
- Swatches
- Controller/Adminhtml/Product/Attribute/Plugin
- Model
- Plugin/Catalog/Model/Product/Attribute
- Test
- Mftf
- Data
- Test
- Unit
- Controller/Adminhtml/Product/Attribute/Plugin
- Model
- etc/webapi_rest
- Translation
- Model
- Inline
- Json
- ResourceModel
- Test/Unit/Model/Inline
- Wishlist
- view/frontend/templates/email
- dev/tests
- api-functional/testsuite/Magento/Cms/Api
- integration/testsuite/Magento/Catalog/Model/Indexer/Product/Flat/Action
- lib/web/mage/adminhtml
37 files changed
+1799
-640
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
Lines changed: 21 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 | + | |
0 commit comments