Commit b62b78b
authored
🔃 [EngCom] Public Pull Requests - 2.2-develop
Accepted Public Pull Requests:
- #17405: [Braintree] Added unit test for instant purchase PayPal token formatter (by @rogyar)
- #15335: Fixed issue #13480 - Unable to activate logs after switching from production mode to developer (by @jayankaghosh)
- #15606: Fix #10687 - Product image roles disappearing (by @Scarraban)
- #15720: Convert to string $option->getValue, in order to be compared with oth� (by @zamboten)
- #16597: Save configurable product options after validation error (by @swnsma)
- #16955: fix: remove disabled attribute on region list (by @DanielRuf)
- #14537: #12250: View.xml is inheriting image sizes from paren� (by @quisse)
- #17078: MAGETWO-84608: Cannot perform setup:install if Redis needs a password� (by @guillaumegiordana)
- #15691: Fix #4803: Incorrect return value from Product Attribute Repository (by @cream-julian)
- #16724: 16544: fixed behaviour when some of JS validation rules making fields� (by @VitaliyBoyko)
Fixed GitHub Issues:
- #13480: Unable to activate logs after switching from production mode to developer (reported by @VincentMarmiesse) has been fixed in #15335 by @jayankaghosh in 2.2-develop branch
Related commits:
1. 540917e
2. c6aabf8
- #10687: Product image roles randomly disappear (reported by @boxyman) has been fixed in #15606 by @Scarraban in 2.2-develop branch
Related commits:
1. a99e97e
- #15028: Configurable product addtocart with restAPI not working as expected (reported by @yspeedwicked) has been fixed in #15720 by @zamboten in 2.2-develop branch
Related commits:
1. 03298b3
- #7372: Product images gets removed from "Images And Videos" after validation alert. (reported by @candia) has been fixed in #16597 by @swnsma in 2.2-develop branch
Related commits:
1. d866b18
2. bc00d8e
- #13177: Can't save attributes on a configurable product (reported by @bambamboole) has been fixed in #16597 by @swnsma in 2.2-develop branch
Related commits:
1. d866b18
2. bc00d8e
- #12250: View.xml is inheriting image sizes from parent (so an optional field is replaced by the value of parent) (reported by @quisse) has been fixed in #14537 by @quisse in 2.2-develop branch
Related commits:
1. ca47981
2. 951d5e8
3. 96c28a6
- #4803: Incorrect return value from Product Attribute Repository (reported by @samtay) has been fixed in #15691 by @cream-julian in 2.2-develop branch
Related commits:
1. 4c1989e
2. 215be5a
3. 2639d0e
4. 43dd85e
- #16544: Some of JS validation rules making fields required (reported by @VitaliyBoyko) has been fixed in #16724 by @VitaliyBoyko in 2.2-develop branch
Related commits:
1. e189fc9
2. 2ed9af3
3. e71836b
4. c6a8fecFile tree
16 files changed
+254
-58
lines changed- app/code/Magento
- Braintree/Test/Unit/Model/InstantPurchase/PayPal
- Catalog
- Controller/Adminhtml/Product
- Model
- ProductRepository
- Checkout/view/frontend/web/js
- ConfigurableProduct
- Model/Quote/Item
- view/adminhtml/web/js/variations
- Deploy/etc
- Eav/Api/Data
- Ui/view/base/web/js/lib/validation
- dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/lib/validation
- lib/internal/Magento/Framework/Config/etc
- setup/src/Magento/Setup
- Model/ConfigOptionsList
- Test/Unit/Model/ConfigOptionsList
16 files changed
+254
-58
lines changedLines changed: 92 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 | + | |
| 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 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | | - | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
Lines changed: 32 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
105 | 110 | | |
106 | 111 | | |
107 | 112 | | |
| |||
112 | 117 | | |
113 | 118 | | |
114 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
115 | 146 | | |
116 | 147 | | |
117 | 148 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
191 | 193 | | |
192 | 194 | | |
193 | 195 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
417 | 415 | | |
418 | | - | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
419 | 421 | | |
420 | 422 | | |
421 | 423 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
81 | 84 | | |
82 | 85 | | |
83 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | | - | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
0 commit comments