Commit b049f0e
authored
🔃 [Magento Community Engineering] Community Contributions - 2.3-develop
Accepted Community Pull Requests:
- #23250: Fixed #23238 Apply button act like remove button while create new order from admin (by @gauravagarwal1001)
- #23248: fix tooltip toggle selector typo (by @Karlasa)
- #23244: Update CONTRIBUTING.md (by @diazwatson)
- #23216: Fixed #23213 Static content deploy showing percentage symbol two times in progress bar (by @amitvishvakarma)
- #22942: Fixed issue #18337 (by @geet07)
Fixed GitHub Issues:
- #23238: Apply coupon button act like remove coupon while create new order from admin (reported by @renard123) has been fixed in #23250 by @gauravagarwal1001 in 2.3-develop branch
Related commits:
1. 6f5fc6e
- #23213: Static content deploy showing percentage(%) two times in progress bar (reported by @amitvishvakarma) has been fixed in #23216 by @amitvishvakarma in 2.3-develop branch
Related commits:
1. 559555c
- #18337: #search input is missing required attribute aria-expanded. (reported by @BezV8) has been fixed in #22942 by @geet07 in 2.3-develop branch
Related commits:
1. eeae4b2
2. c3955b2
3. bf4fbf0
4. 81c722dFile tree
6 files changed
+11
-8
lines changed- .github
- app
- code/Magento
- Deploy/Console
- Sales/view/adminhtml/templates/order/create/coupons
- Search/view/frontend
- templates
- web/js
- design/frontend/Magento/blank/web/css/source
6 files changed
+11
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments