Commit 0053757
authored
🔃 [Magento Community Engineering] Community Contributions - 2.3-develop latest changes
Accepted Community Pull Requests:
- #24119: Resolve Missing "expand/collapse" icon in paypal setting (issue 24118) (by @edenduong)
- #24078: Resolve Account sidebar current tab is not marked as Active (issue 24068) (by @edenduong)
- #23698: Resolve Searching "Categories" is wrong in New Product form when pressing 1 character issue 23697 (by @edenduong)
- #23687: Resolve Warning during search in catalog by multiple custom option values. Warning should not be generated in log (by @edenduong)
Fixed GitHub Issues:
- #24118: Missing "expand/collapse" icon in paypal setting (reported by @edenduong) has been fixed in #24119 by @edenduong in 2.3-develop branch
Related commits:
1. 2895106
- #24068: Account sidebar current tab is not marked as Active (reported by @ankitpatel2931) has been fixed in #24078 by @edenduong in 2.3-develop branch
Related commits:
1. 491b295
2. b32b91b
3. a1323a8
- #23697: Searching "Categories" is wrong when pressing 1 character (reported by @edenduong) has been fixed in #23698 by @edenduong in 2.3-develop branch
Related commits:
1. aa26e07
- #23557: Warning during search in catalog by multiple custom option values. Warning should not be generated in log. (reported by @alexeya-ven) has been fixed in #23687 by @edenduong in 2.3-develop branch
Related commits:
1. be1e905
2. ac582d6File tree
4 files changed
+19
-8
lines changed- app/code/Magento
- CatalogSearch/Model/Layer/Filter
- Paypal/view/adminhtml/web
- Ui/view/base/web/js/form/element
- lib/internal/Magento/Framework/View/Element/Html/Link
4 files changed
+19
-8
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
65 | 70 | | |
66 | 71 | | |
67 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | 464 | | |
469 | 465 | | |
470 | 466 | | |
| |||
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
90 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
91 | 98 | | |
92 | 99 | | |
93 | 100 | | |
| |||
0 commit comments