This repository was archived by the owner on Apr 29, 2019. It is now read-only.
Commit 0ad656d
Stanislav Idolov
🔃 [EngCom] Public Pull Requests - 2.3-develop
Accepted Public Pull Requests:
- magento/magento2#15764: [Forwardport] [Resolved : Menu widget submenu alignment] (by @hitesh-wagento)
- magento/magento2#15763: [Forwardport] Function unnecessarily called multiple time (by @vgelani)
- magento/magento2#15752: [Forwardport] Refactor JavsScript for customer logout (by @vijay-wagento)
- magento/magento2#15757: [Forwardport] Move buttons definition to separate file (by @vijay-wagento)
- magento/magento2#15750: [Forwardport] Added language translation in template files (by @vijay-wagento)
- magento/magento2#15747: [Forwardport] Refactor JavsScript for UrlRewrite module edit page (by @vijay-wagento)
- magento/magento2#15696: [Forwardport] fixed Submitting search form (mini) with enter key fires event handle� (by @vgelani)
- magento/magento2#15705: [Forwardport] Fix #13415 : Duplicated elements id (by @julienanquetil)
- magento/magento2#15731: [Forwardport] Refactor javascript code of button split widget (by @vijay-wagento)
- magento/magento2#15738: [Forwardport] fix: support multiple minisearch widget instances (by @vijay-wagento)
- magento/magento2#15717: Fixed return type of wishlist's getImageData in DocBlock (by @rogyar)
- magento/magento2#15709: [Forwardport] [Resolved : Menu widget submenu alignment #7897] (by @dmytro-ch)
- magento/magento2#15707: [Forwardport] Typo correction (by @dmytro-ch)
- magento/magento2#15706: [Forwardport] Use stored value of method instead of calling same method again. (by @dmytro-ch)
- magento/magento2#15703: [Forwardport] Remove extra space and format the code in translation file (by @dmytro-ch)
- magento/magento2#15701: [Forwardport] Fix HTML syntax in report.phtml error template (by @dmytro-ch)
- magento/magento2#15665: [Forwardport] Wrong invoice prefix in multistore setup due to default store (by @vgelani)
Fixed GitHub Issues:
- magento/magento2#7897: Menu widget submenu alignment (reported by @slackerzz) has been fixed in magento/magento2#15764 by @hitesh-wagento in 2.3-develop branch
Related commits:
1. ecc5f7b
- magento/magento2#15355: Function is unnecessarily called multiple time (reported by @saurabh-aureate) has been fixed in magento/magento2#15763 by @vgelani in 2.3-develop branch
Related commits:
1. bcdd8f2
- magento/magento2#15356: Refactore javascript for module URL rewrite (reported by @vgelani) has been fixed in magento/magento2#15747 by @vijay-wagento in 2.3-develop branch
Related commits:
1. 6711694
- magento/magento2#13793: Submitting search form (mini) with enter key fires event handlers bound by jquery twice (reported by @koenner01) has been fixed in magento/magento2#15696 by @vgelani in 2.3-develop branch
Related commits:
1. 04583ac
- magento/magento2#13415: Duplicated elements id in checkout page (reported by @angelo983) has been fixed in magento/magento2#15705 by @julienanquetil in 2.3-develop branch
Related commits:
1. 82d0491
2. fbb81c9
3. 6301ed4
- magento/magento2#15354: Refactor javascript code of button split widget call js component (reported by @amittiwari024) has been fixed in magento/magento2#15731 by @vijay-wagento in 2.3-develop branch
Related commits:
1. eaa585d
- magento/magento2#7897: Menu widget submenu alignment (reported by @slackerzz) has been fixed in magento/magento2#15709 by @dmytro-ch in 2.3-develop branch
Related commits:
1. 14bf8af
- magento/magento2#14063: Wrong invoice prefix in multistore setup due to default store id (reported by @shinesoftware) has been fixed in magento/magento2#15665 by @vgelani in 2.3-develop branch
Related commits:
1. d5c3952File tree
22 files changed
+110
-62
lines changed- app/code/Magento
- Backend/view/adminhtml/templates/widget/button
- Braintree/view/adminhtml/templates/form
- Captcha/i18n
- Catalog/Model/Product/Type
- CurrencySymbol/view/adminhtml/templates
- Customer/view/frontend
- templates
- web/js
- GiftMessage/view/frontend/web/template
- Marketplace/view/adminhtml/templates
- Multishipping
- i18n
- view/frontend/templates/checkout
- Paypal/view/adminhtml/templates/transparent
- Sales/Model/ResourceModel
- Search/view/frontend/web
- Ui/view/base/web/js/form
- adapter
- UrlRewrite/view/adminhtml
- templates
- web/js
- Wishlist/CustomerData
- lib/web/css/source/lib
- pub/errors/default
22 files changed
+110
-62
lines changedLines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
51 | 50 | | |
| 51 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 23 | + | |
28 | 24 | | |
29 | 25 | | |
30 | 26 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
Lines changed: 8 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
19 | 18 | | |
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | | - | |
| 21 | + | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
33 | 31 | | |
34 | | - | |
| 32 | + | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
49 | | - | |
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
| |||
Lines changed: 1 addition & 1 deletion
| 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 | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
0 commit comments