Commit d120ac1
Stanislav Idolov
🔃 [EngCom] Public Pull Requests - 2.3-develop
Accepted Public Pull Requests:
- #16893: [Forwardport] FIX for issue#14869 - Wrong price at backend after update (by @mage2pratik)
- #17020: [Forwardport] hide cookie notice instead of reloading site (by @torhoehn)
- #17014: [Forwardport] Fixes white color coding standard. (by @chirag-wagento)
- #17016: [Forwardport] Avoid undefined index warning when using uppercase reserved word (by @FreekVandeursen)
- #17017: [Forwardport] Wrong namespace defined in compare.phtml (by @ronak2ram)
- #16997: [Forwardport] Corrected Magento_Framework's test xml file. (by @ihor-sviziev)
- #16996: [Forwardport] Updated Magento_Newsletter's block file. (by @ihor-sviziev)
- #16994: [Forwardport] Responsive Design Footers bottom of screen on mobile devices #15118 (by @ihor-sviziev)
- #16993: [Forwardport] FIXED - appended payment code to ID field to make it unique (by @ihor-sviziev)
- #16998: [Forwardport] Added 'title' attribute to 'a' link. (by @ihor-sviziev)
- #16973: [Forwardport] Removed double occurrence of keywords in sentences. (by @gelanivishal)
- magento/graphql-ce#126: 120 implement store configs coverage (by @VitaliyBoyko)
- magento/graphql-ce#99: #96 Make category query compatible with staging (by @roma-glushko)
- #16734: [forwardport] #16559 fix icon color variable naming (by @Karlasa)
Fixed GitHub Issues:
- #14869: M 2.2.3 price per website - wrong price at backend by a create order after update (reported by @Webroju) has been fixed in #16893 by @mage2pratik in 2.3-develop branch
Related commits:
1. 49926d7
2. 35b968e
- #15118: Responsive Design, Footers do not snap to bottom of screen on mobile devices (reported by @gwharton) has been fixed in #16994 by @ihor-sviziev in 2.3-develop branch
Related commits:
1. f7228d0
- #13692: In payment step of checkout I cannot unselect #billing-save-in-address-book checkbox in non-first payment method (reported by @NeosKnowledgeBasePluswerk) has been fixed in #16993 by @ihor-sviziev in 2.3-develop branch
Related commits:
1. a659f4b
- #120: Default trigger coupon via URL (reported by @seansan) has been fixed in magento/graphql-ce#126 by @VitaliyBoyko in 2.3-develop branch
Related commits:
1. e1f53d4
2. 5229cd6
3. af4b258
4. 3b64955
5. b5a2a98
6. e85a6e5
7. 8f3c6e9File tree
45 files changed
+383
-90
lines changed- app
- code/Magento
- Backend/view/adminhtml/templates
- page
- widget/form/element
- CatalogGraphQl/Model/Resolver/Products/DataProvider
- Catalog/view/frontend/templates/product/view/addto
- Checkout/view/frontend/web/template/billing-address
- Cookie/view/frontend/web/js
- Customer/view/frontend/web/js
- Integration/view/adminhtml/web/js
- Newsletter/Block/Adminhtml/Template
- Quote/Model/ResourceModel/Quote/Item
- StoreGraphQl
- Model/Resolver
- Store
- etc
- Theme/view/frontend/templates/html
- header
- Tinymce3/view/base/web/tiny_mce/plugins
- autosave
- paste
- Ui/view/base/web/templates
- design
- adminhtml/Magento/backend
- Magento_Backend/web/css/source
- Magento_Catalog/web/css/source
- Magento_ConfigurableProduct/web/css/source
- Magento_Enterprise/web/css/source
- Magento_Ui/web/css/source
- web
- css
- mui/styles
- frontend/Magento
- blank/Magento_CatalogSearch/web/css/source
- luma
- Magento_CatalogSearch/web/css/source
- Magento_Theme/web/css/source
- dev/tests
- api-functional/testsuite/Magento/GraphQl
- Catalog
- Store
- integration/testsuite/Magento
- CatalogRule/Model/Indexer
- Customer/Model
- Framework/View/_files/layout_directives_test
- Tax/Model
- static/framework/Magento/Sniffs/NamingConventions
- lib
- internal/Magento/Framework/Api
- web
- css/docs/source
- mage/requirejs
- modernizr
- setup/pub/angular
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+383
-90
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1977 | 1977 | | |
1978 | 1978 | | |
1979 | 1979 | | |
1980 | | - | |
| 1980 | + | |
1981 | 1981 | | |
1982 | 1982 | | |
1983 | 1983 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments