Commit 8eb9deb
authored
🔃 [Magento Community Engineering] Community Contributions - 2.4-develop daily delivery
Accepted Community Pull Requests:
- #26784: [Forward Port PR-14344] Fix generating product URL rewrites for anchor categories (by @hostep)
- #27261: 20472 added product list price modifier (by @sergiy-v)
- #27284: Fix static test failures for class annotaions (by @ihor-sviziev)
- #27274: MFTF: Create Account tests (Success & Failure) with `extend` (by @lbajsarowicz)
- #27281: TYPO: Fix annoying typo in Quantity word (by @lbajsarowicz)
- #27277: MFTF: Rename and rewrite Test that fake expired session (by @lbajsarowicz)
- #26348: Fixed #26345 Reorder in Admin panel leads to report page in case of changed product custom option max characters (by @cedmudit)
- #26746: In System/Export controlers use MessageManager instead of throwing exceptions (by @pmarki)
- #27249: Update Frontend Development Workflow type's comment to be clearer (by @navarr)
Fixed GitHub Issues:
- #4112: Wrong parent category url_key in URL (reported by @bh-ref) has been fixed in #26784 by @hostep in 2.4-develop branch
Related commits:
1. cb685d1
2. acb8642
3. 97258e1
4. 6cf26dc
5. 0b94121
6. b0c0c59
7. 28fa345
8. bf514b0
- #11615: URL Rewrites vs multiple storeviews - a never ending battle (reported by @hostep) has been fixed in #26784 by @hostep in 2.4-develop branch
Related commits:
1. cb685d1
2. acb8642
3. 97258e1
4. 6cf26dc
5. 0b94121
6. b0c0c59
7. 28fa345
8. bf514b0
- #11616: URL Rewrites vs multiple storeviews - too many rewrites are being generated (reported by @hostep) has been fixed in #26784 by @hostep in 2.4-develop branch
Related commits:
1. cb685d1
2. acb8642
3. 97258e1
4. 6cf26dc
5. 0b94121
6. b0c0c59
7. 28fa345
8. bf514b0
- #25124: Magento 2.3 Wrong product url for anchor categories for multiple storeviews (reported by @juharintanen) has been fixed in #26784 by @hostep in 2.4-develop branch
Related commits:
1. cb685d1
2. acb8642
3. 97258e1
4. 6cf26dc
5. 0b94121
6. b0c0c59
7. 28fa345
8. bf514b0
- #26393: Product category url rewrite missing storeview specific url_key (reported by @juhanihaapala) has been fixed in #26784 by @hostep in 2.4-develop branch
Related commits:
1. cb685d1
2. acb8642
3. 97258e1
4. 6cf26dc
5. 0b94121
6. b0c0c59
7. 28fa345
8. bf514b0
- #20472: Special Price shown without currency symbol in magento backoffice (reported by @XxXgeoXxX) has been fixed in #27261 by @sergiy-v in 2.4-develop branch
Related commits:
1. d81d1d4
- #20906: Magento backend catalog "Cost" without currency symbol (reported by @mage2pratik) has been fixed in #27261 by @sergiy-v in 2.4-develop branch
Related commits:
1. d81d1d4
- #21910: Magento backend catalog "MSRP" without currency symbol (reported by @mage2pratik) has been fixed in #27261 by @sergiy-v in 2.4-develop branch
Related commits:
1. d81d1d4
- #26345: Reorder in Admin panel leads to report page in case of changed product custom option max characters (reported by @oleksii-lisovyi) has been fixed in #26348 by @cedmudit in 2.4-develop branch
Related commits:
1. 16079d9
2. 86dc12d
3. a21b246
4. 43f9e2b
5. 7ba11b8
6. 6c5fbcb
7. f7819a6File tree
59 files changed
+1584
-469
lines changed- app/code/Magento
- CatalogUrlRewrite
- Model/Product
- Test
- Mftf
- ActionGroup
- Data
- Test
- Unit/Model/Product
- Catalog
- Test/Mftf
- ActionGroup
- Data
- Section
- Test
- Ui/DataProvider/Product/Modifier
- etc/adminhtml
- Checkout/Test/Mftf/ActionGroup
- ConfigurableProduct/Test/Mftf/Test
- Customer/Test/Mftf
- ActionGroup
- Test
- Developer
- etc/adminhtml
- i18n
- ImportExport
- Controller/Adminhtml/Export/File
- Test/Unit/Controller/Adminhtml/Export/File
- i18n
- Msrp
- Test/Mftf
- Data
- Test
- etc/adminhtml
- Sales
- Controller/Adminhtml/Order/Create
- Test
- Mftf/Test
- Unit/Controller/Adminhtml/Order/Create
- dev/tests
- integration/testsuite/Magento/CatalogUrlRewrite
- Model/Product
- _files
- static/framework
- Magento/Sniffs/Annotation
- tests/unit/testsuite/Magento/Sniffs/Annotation
- _files
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
59 files changed
+1584
-469
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
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 | + | |
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: 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 | + | |
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: 18 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 | + | |
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 | + | |
Lines changed: 18 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
113 | 129 | | |
114 | 130 | | |
115 | 131 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
34 | 42 | | |
35 | 43 | | |
36 | 44 | | |
| |||
0 commit comments