This repository was archived by the owner on May 20, 2019. It is now read-only.
Commit 7fc1ef6
authored
🔃 [EngCom] Public Pull Requests - 2.3-develop
Accepted Public Pull Requests:
- magento/magento2#18573: Update documentation for Order#getAppliedRuleIds (by @zack6849)
- magento/magento2#18638: [Forwardport] Calendar icon in advance pricing alignment solved (by @speedy008)
- magento/magento2#18608: Replace intval() function by using direct type casting to (int) (by @mage2pratik)
- magento/magento2#18596: Fix empty cart button (by @luukschakenraad)
- magento/magento2#18600: Fix the typo in PHPDoc comment (by @dmytro-ch)
- magento/magento2#18571: [Forwardport] Fix Customer custom attributes lost after save (by @gelanivishal)
- magento/magento2#18570: [Forwardport] Fix for custom product attribute changing 'backend_type' when 'is_use� (by @gelanivishal)
- magento/magento2#18546: Backend: add missing unit test for ModuleService class (by @dmytro-ch)
- magento/magento2#17800: Updating error message for misleading error in add product attribute code (by @aman3103)
Fixed GitHub Issues:
- magento/magento2#18581: Calendar Icon aligement Issue (reported by @jignesh26) has been fixed in magento/magento2#18638 by @speedy008 in 2.3-develop branch
Related commits:
1. 039c88d
- magento/magento2#18475: "Clear Shopping Cart" in Magento Blank theme no longer working after 2.2.6 (reported by @dewayneholden) has been fixed in magento/magento2#18596 by @luukschakenraad in 2.3-develop branch
Related commits:
1. cc3835f
- magento/magento2#18589: Empty cart button does not work (reported by @luukschakenraad) has been fixed in magento/magento2#18596 by @luukschakenraad in 2.3-develop branch
Related commits:
1. cc3835f
- magento/magento2#12479: Saving Customer Model directly causes loss of data (reported by @Danielc3) has been fixed in magento/magento2#18571 by @gelanivishal in 2.3-develop branch
Related commits:
1. 2322baf
2. ce82c5c
3. 9707676
- magento/magento2#9219: Custom Product Attribute changes 'backend_type' when 'is_user_defined = 1' and get updated/saved in Admin Backend (reported by @mhauri) has been fixed in magento/magento2#18570 by @gelanivishal in 2.3-develop branch
Related commits:
1. 40e128c
- magento/magento2#17754: Misleading error in Add Product Attribute screen (reported by @milossh) has been fixed in magento/magento2#17800 by @aman3103 in 2.3-develop branch
Related commits:
1. 9aa4cfa
2. 18e509c
3. 9a15e1f
4. 6a0485f
5. b6a899fFile tree
49 files changed
+324
-117
lines changed- app
- code/Magento
- Backend
- Model/Config/SessionLifetime
- Test/Unit/Service/V1
- CatalogImportExport/Model/Export
- Catalog
- Block/Adminhtml/Product/Attribute/Set/Main
- Controller/Adminhtml/Product/Attribute
- Model/ProductLink
- Checkout/view/frontend/templates/cart
- Config/Model/Config/Backend
- Currency
- Log
- Cron/Model/Config/Backend
- Product
- Customer
- Block/Adminhtml/Edit/Tab/View
- Model
- Renderer
- ResourceModel
- Test/Unit/Model
- ResourceModel
- Directory/Block
- Eav/Model/ResourceModel/Entity
- Elasticsearch
- Model/Adapter
- SearchAdapter/Dynamic
- GroupedProduct/Model/Product/Type
- Paypal/Model
- Api
- Report
- Persistent
- Helper
- Model
- Quote/Model
- Review
- Block
- Adminhtml/Rating
- Rating/Entity
- Controller/Adminhtml/Product
- Sales
- Api/Data
- Model
- Order
- Security/Test/Unit/Model
- Tax/Block/Adminhtml/Rate/Toolbar
- Theme/Block/Html
- Ui/view/base/web/js/lib/validation
- User
- Block
- Model
- Wishlist
- Helper
- Model/ResourceModel/Item
- design/adminhtml/Magento/backend/web/css/source/components
- lib/web
- mage
- prototype
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+324
-117
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
Lines changed: 71 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 | + | |
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
77 | 82 | | |
78 | 83 | | |
79 | 84 | | |
| 85 | + | |
| 86 | + | |
80 | 87 | | |
81 | 88 | | |
82 | 89 | | |
83 | 90 | | |
84 | | - | |
| 91 | + | |
85 | 92 | | |
86 | | - | |
| 93 | + | |
87 | 94 | | |
88 | 95 | | |
89 | 96 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
262 | 266 | | |
263 | 267 | | |
264 | 268 | | |
265 | 269 | | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
806 | 806 | | |
807 | 807 | | |
808 | 808 | | |
809 | | - | |
| 809 | + | |
810 | 810 | | |
811 | 811 | | |
812 | 812 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| 52 | + | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| |||
59 | 63 | | |
60 | 64 | | |
61 | 65 | | |
62 | | - | |
63 | | - | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
76 | | - | |
77 | | - | |
| 78 | + | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
64 | | - | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| |||
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
75 | | - | |
76 | | - | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
0 commit comments