Commit 0a92770
authored
🔃 [Magento Community Engineering] Community Contributions - 2.3-develop expedited
Accepted Community Pull Requests:
- #24253: Add tip for upper limit of the Email Text Length Limit field range (by @TomashKhamlai)
- #24252: Correct the return of type of function _columnBrake in module-theme block topMenu.php (by @Krielkip)
- #23369: #16832 - Reworked query in getAttributeRawValue so that it returns a store specific value even if there is no default value (by @semajeg)
- #24249: Resolve Mass Delete Subscribers doesn't have "confirm" message issue24248 (by @edenduong)
- #24242: "Save Product" with the invalid data must scroll to the error message issue24241 (by @edenduong)
- #24341: Correct spelling (by @ravi-chandra3197)
- #24327: Update Magento_AuthorizenetCardinal ReadMe (by @diazwatson)
- #24328: Update Magento_AuthorizenetGraphQl ReadMe (by @diazwatson)
- #24326: Update Magento_AuthorizenetAcceptjs Readme (by @diazwatson)
- #24278: Update Magento_AsynchronousOperations ReadMe (by @diazwatson)
- #24265: Correction in the shipping method if it is empty it no longer shows t� (by @wbeltranc)
- #18678: Throw exception to prevent infinite loop caused by third party code. (by @convenient)
Fixed GitHub Issues:
- #24251: Module-Theme: TopMenu invalid type of value returned (reported by @Krielkip) has been fixed in #24252 by @Krielkip in 2.3-develop branch
Related commits:
1. 60ea2be
2. e9dd493
- #16382: Product resource getAttributeRawValue function does not return anything if there is no default value (reported by @VincentMarmiesse) has been fixed in #23369 by @semajeg in 2.3-develop branch
Related commits:
1. 01f1f15
2. 64184b3
3. 35c5185
4. 9ae33c8
5. 8c4bfa6
6. 7b0e528
7. c34f83c
8. 4d380bf
9. 540f03e
- #24248: Mass Delete Subscribers doesn't have "confirm" message (reported by @edenduong) has been fixed in #24249 by @edenduong in 2.3-develop branch
Related commits:
1. 01edbdc
- #24241: "Save Product" with the invalid data must scroll to the error message (reported by @edenduong) has been fixed in #24242 by @edenduong in 2.3-develop branch
Related commits:
1. 157e1cd
- #19853: Shipping method undefined issue (reported by @namratavora) has been fixed in #24265 by @wbeltranc in 2.3-develop branch
Related commits:
1. 10f880c
2. 775eab4
3. d8c8574
4. 86228e9File tree
27 files changed
+739
-25
lines changed- app/code/Magento
- AsynchronousOperations
- AuthorizenetAcceptjs
- AuthorizenetCardinal
- AuthorizenetGraphQl
- Catalog/Model/ResourceModel
- Checkout
- Model
- view/frontend/web/js/view
- Newsletter
- i18n
- view/adminhtml/layout
- SalesRule/view/adminhtml/templates/promo
- Theme/Block/Html
- Ui/view/base/web/js/form
- Wishlist
- Test/Mftf
- ActionGroup
- Data
- Section
- Test
- etc/adminhtml
- i18n
- dev/tests/integration
- _files/Magento/TestModuleQuoteTotalsObserver
- Model
- Observer
- etc
- testsuite/Magento
- Catalog
- Model/ResourceModel
- _files
- Quote/Model
27 files changed
+739
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 29 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
468 | 469 | | |
469 | 470 | | |
470 | 471 | | |
471 | | - | |
| 472 | + | |
472 | 473 | | |
473 | 474 | | |
474 | 475 | | |
| |||
560 | 561 | | |
561 | 562 | | |
562 | 563 | | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
563 | 570 | | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
572 | 577 | | |
573 | 578 | | |
574 | 579 | | |
| |||
578 | 583 | | |
579 | 584 | | |
580 | 585 | | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
581 | 591 | | |
582 | 592 | | |
583 | 593 | | |
| |||
587 | 597 | | |
588 | 598 | | |
589 | 599 | | |
590 | | - | |
| 600 | + | |
591 | 601 | | |
592 | 602 | | |
593 | 603 | | |
594 | 604 | | |
595 | | - | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
596 | 609 | | |
597 | 610 | | |
598 | 611 | | |
599 | 612 | | |
600 | | - | |
601 | | - | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
602 | 617 | | |
603 | 618 | | |
604 | 619 | | |
605 | 620 | | |
606 | | - | |
| 621 | + | |
607 | 622 | | |
608 | 623 | | |
609 | 624 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
49 | 59 | | |
50 | 60 | | |
51 | 61 | | |
| |||
227 | 237 | | |
228 | 238 | | |
229 | 239 | | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
230 | 244 | | |
231 | 245 | | |
232 | 246 | | |
| |||
289 | 303 | | |
290 | 304 | | |
291 | 305 | | |
| 306 | + | |
292 | 307 | | |
293 | 308 | | |
294 | 309 | | |
| |||
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
34 | 41 | | |
35 | 42 | | |
36 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments