This repository was archived by the owner on Apr 29, 2019. It is now read-only.
Commit c62d922
Stanislav Idolov
🔃 [EngCom] Public Pull Requests - 2.3-develop
Accepted Public Pull Requests:
- magento/magento2#15853: Fixed return type hinting in DocBlocks for Wishlist module (by @rogyar)
- magento/magento2#15695: Fixed a couple of typos (by @dverkade)
- magento/magento2#15833: [Forwardport] Format the javascript code #10 (by @chirag-wagento)
- magento/magento2#15755: [Forwardport] Error 500 in Module Manager (by @vijay-wagento)
- magento/magento2#15794: [Forwardport] [Resolved : Styling <select> by changing less variables in Luma theme� (by @hitesh-wagento)
- magento/magento2#15809: [Forwardport] fix: support multiple minisearch widget instances (by @DanielRuf)
- magento/magento2#15558: Fixes in catalog component blocks [2.3-develop] (by @mhauri)
- magento/magento2#15572: [Forwardport] Docblock typo fixes (by @rogyar)
- magento/magento2#15748: [Forwardport] Prevent multiple add-to-cart initializations in case of ajax loaded product listing (by @vijay-wagento)
- magento/magento2#15745: [Forwardport] Fix method name (typo) (by @vijay-wagento)
- magento/magento2#15746: [Forwardport] Resolved : UI Component listing action column outside of screen when... (by @vgelani)
- magento/magento2#15692: Fix minor issues in ui export converter classes (by @dmytro-ch)
- magento/magento2#15649: [Forwardport] Fixes in config module (by @mhauri)
- magento/magento2#15540: fix for Wrong price amount on product page #11717 (by @HirokazuNishi)
Fixed GitHub Issues:
- magento/magento2#15192: Module Manager module grid is not working Magento 2.2.4 (reported by @jignesh-baldha) has been fixed in magento/magento2#15755 by @vijay-wagento in 2.3-develop branch
Related commits:
1. 486f7a7
2. 1b5d1d1
- magento/magento2#15608: Styling <select> by changing less variables in Luma theme doesn't work as expected (reported by @denistrator) has been fixed in magento/magento2#15794 by @hitesh-wagento in 2.3-develop branch
Related commits:
1. 9fa6425
- magento/magento2#14153: UI Component listing action column outside of screen when too many columns (reported by @milansimek) has been fixed in magento/magento2#15746 by @vgelani in 2.3-develop branch
Related commits:
1. 365bfb4
- magento/magento2#11717: Wrong price amount on product page (reported by @HirokazuNishi) has been fixed in magento/magento2#15540 by @HirokazuNishi in 2.3-develop branch
Related commits:
1. cf05a84
2. 67a2038File tree
38 files changed
+107
-60
lines changed- app
- code/Magento
- Catalog
- Block
- Adminhtml
- Category
- Widget
- Form/Renderer/Fieldset
- Product
- Attribute
- Edit/Tab/Attributes
- Rss/Grid
- Category/Rss
- Product
- View/Options
- Rss/Product
- view/frontend/web/js
- Config
- Model/Config
- Test/Unit/Block/System/Config/Form/Field
- Multishipping
- Block/Checkout
- view/frontend/templates/checkout
- Sales/Block/Adminhtml/Order/Create/Sidebar
- Ui
- Model/Export
- view/base
- templates/control/button
- web/js
- form/components
- grid/controls/button
- User/Model/Backend/Config
- Wishlist
- Block/Rss
- Helper
- Plugin/Ui/DataProvider
- design
- adminhtml/Magento/backend/Magento_Ui/web/css/source/module
- frontend/Magento/luma/web/css/source
- dev/tests/static/framework/Magento/Sniffs/Less
- lib
- internal/Magento/Framework/Locale
- web/css/source/lib/variables
- setup
- pub/angular-sanitize
- src/Magento/Setup/Model/Grid
38 files changed
+107
-60
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
| 104 | + | |
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments