Commit ca21231
authored
🔃 [EngCom] Public Pull Requests - 2.2-develop
Accepted Public Pull Requests:
- #19002: [Backport] Remove duplicated CSS selector (by @dmytro-ch)
- #19074: [Backport] Fix for #12399: Exception Error in Catalog Price Rule while Backend language is not English (by @Mardl)
- #19044: [2.2-develop] #14007: "Use in Layered Navigation: Filterable (no results)" property confuse for Price filter (by @vpodorozh)
- #18985: [Backport] Added form fieldset before html data to \Magento\Framework\Data\Form\Element\Fieldset in getElementHtml() method (by @vasilii-b)
Fixed GitHub Issues:
- #12399: Exception Error in Catalog Price Rule while Backend language is not English (reported by @Drakas) has been fixed in #19074 by @Mardl in 2.2-develop branch
Related commits:
1. a5a0b0b
- #14007: "Use in Layered Navigation: Filterable (no results)" not working for `Price` attribute. (reported by @yogeshks) has been fixed in #19044 by @vpodorozh in 2.2-develop branch
Related commits:
1. 52bfffc
- #2618: Class \Magento\Framework\Data\Form\Element\Fieldset breaks specification of the parent class \Magento\Framework\Data\Form\Element\AbstractElement by not calling the method getBeforeElementHtml (getAfterElementHtml is called) (reported by @dmitry-fedyuk) has been fixed in #18985 by @vasilii-b in 2.2-develop branch
Related commits:
1. 6629445File tree
4 files changed
+19
-6
lines changed- app
- code/Magento
- CatalogRule/Controller/Adminhtml/Promo/Catalog
- design/frontend/Magento/luma/Magento_Checkout/web/css/source/module
- lib/internal/Magento/Framework/Data/Form/Element
4 files changed
+19
-6
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
63 | 74 | | |
64 | 75 | | |
65 | 76 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
59 | 63 | | |
60 | 64 | | |
61 | 65 | | |
| |||
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
630 | 630 | | |
631 | 631 | | |
632 | 632 | | |
633 | | - | |
634 | | - | |
635 | | - | |
636 | | - | |
637 | 633 | | |
638 | 634 | | |
| 635 | + | |
639 | 636 | | |
640 | 637 | | |
641 | 638 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments