Skip to content

Conversation

@ktpl-prakash
Copy link
Owner

Description (*)

Fixed Issues (if relevant)

  1. magento/magento2#<issue_number>: Issue title
  2. ...

Manual testing scenarios (*)

  1. ...
  2. ...

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

Jakub Idziak and others added 30 commits October 19, 2018 13:12
[helix] MAGETWO-94482: [2.3] Fixed procedure of creating mapping for dynamic fields in elasticsearch
…ess #18704

 - Merge Pull Request #18704 from pmclain/magento2:issue/17485
 - Merged commits:
   1. 7584f71
[trigger] MAGETWO-95532: Unable to upload image from TinyMCE3
…n on dropdown filters. #120

 - Merge Pull Request magento-engcom/import-export-improvements#120 from valentinboyanov/import-export-improvements:MAGETWO-34709-fix-select-type-filter
 - Merged commits:
   1. e258878
# Conflicts:
#	app/code/Magento/Elasticsearch/etc/di.xml
 - Merge Pull Request #18284 from amatanovic/magento2:#17616_importer_issue
 - Merged commits:
   1. 4c76f9a
   2. 74ca77c
…ated-catalogsearch

Revert deprecated CatalogSearch classes
Stanislav Idolov and others added 29 commits October 26, 2018 09:00
…oid 'undefined index' error in CustomerComposite.php #18679
 - merged latest code from mainline branch
Accepted Public Pull Requests:
 - #18795: [Forwardport] Fix customer unsubscribed issue (by @janakbhimani)
 - #18788: Remove useless semicolon statements (by @mage2pratik)
 - #18792: Remove unnecessary conditional statements (by @gy741)
 - #18782: [Forwardport] 15259 : Unable to disable without providing Industry value (by @mage2pratik)
 - #18771: Cover \Magento\CheckoutAgreements\Model\ResourceModel\Agreement\Grid\Collection class with Integration test (by @TomashKhamlai)
 - #18764: Replace intval() function by using direct type casting to (int) (by @gelanivishal)
 - #18751: Language cleanup on mass actions from the Customers grid (by @p-maguire)
 - #18756: Remove Duplicate field (by @gy741)
 - #18714: Fix for Issue #4468 "Unable to insert multiple catalog product list widgets (with pager) in CMS page" (by @vasilii-b)
 - #18730: Sections LESS mixins: fix the issue with missing rules and incorrect default variables (by @dmytro-ch)
 - #18689: ISSUE-5021 - fixed place order for custom shipping methods with under… (by @idziakjakub)
 - #18720: Prevent exception when option text converts to false (by @pmclain)
 - #18725: Fix Useless use of Cat (by @gy741)
 - #18412: Fixes #18357 - SQL error when table prefix used. (by @pocallaghan)
 - magento-engcom/import-export-improvements#120: MAGETWO-34709 Changing empty label value for first option on dropdown filters. (by @valentinboyanov)
 - #18704: Allow set billing information via API with existing address (by @pmclain)
 - #18095: #17744 Adding logic to get default billing address used on Cart and Checkout (by @LucasCalazans)
 - #18679: Set fallback values for email and _website columns to avoid 'undefined index' error in CustomerComposite.php (by @TomashKhamlai)
 - #18639: Fix SKU limit in import new products (by @ravi-chandra3197)
 - #18622: [BUGFIX] [issue-10205] Always set the entity_type_id for updating pro� (by @lewisvoncken)
 - #18611: Ensure integer values are not quoted as strings (by @udovicic)
 - #18631: Reference pull request of #18604 for 2.3-develop (by @maheshWebkul721)
 - #18388: Add class into image builder (by @VincentMarmiesse)
 - #18790: fixed Product Advanced Pricing design issue #18775 (by @ashutoshwebkul)
 - #18019: Adding trimming sku value function to sku backend model. (by @bartoszkubicki)


Fixed GitHub Issues:
 - #17954: Customer get unsubscribe to newsletter on password reset email request with Newsletter Need to Confirm Set to Yes on admin settings (reported by @matin73) has been fixed in #18795 by @janakbhimani in 2.3-develop branch
   Related commits:
     1. 6e9d5e5

 - #15259: Advanced Reporting > Unable to disable without providing Industry value (reported by @Detzler) has been fixed in #18782 by @mage2pratik in 2.3-develop branch
   Related commits:
     1. 6862c04

 - #18357: checkout_agreement_store doesn't exist (reported by @michelecanal) has been fixed in #18771 by @TomashKhamlai in 2.3-develop branch
   Related commits:
     1. 3cba00c
     2. 86e035f

 - #4468: Unable to insert multiple catalog product list widgets in CMS page (reported by @kandrejevs) has been fixed in #18714 by @vasilii-b in 2.3-develop branch
   Related commits:
     1. 0a25364

 - #18729: Bug in "_sections.less" mixins: missing rules and incorrect default variables (reported by @dmytro-ch) has been fixed in #18730 by @dmytro-ch in 2.3-develop branch
   Related commits:
     1. 19a2d2f
     2. 310afd8

 - #5021: "Please specify a shipping method" Exception (reported by @vphat28) has been fixed in #18689 by @idziakjakub in 2.3-develop branch
   Related commits:
     1. 9688034

 - #13083: OptionManagement.validateOption throws NoSuchEntityException for "0" option label (reported by @rzinnatullin) has been fixed in #18720 by @pmclain in 2.3-develop branch
   Related commits:
     1. ed6a2fb

 - #18357: checkout_agreement_store doesn't exist (reported by @michelecanal) has been fixed in #18412 by @pocallaghan in 2.3-develop branch
   Related commits:
     1. 2bee366

 - #17485: Adding billing information via mine API expects costumer id (reported by @wittyvishwas) has been fixed in #18704 by @pmclain in 2.3-develop branch
   Related commits:
     1. 7584f71

 - #17744: Virtual-only quotes use default shipping address for estimation instead of default billing address (reported by @navarr) has been fixed in #18095 by @LucasCalazans in 2.3-develop branch
   Related commits:
     1. a44eb5d
     2. 0890139
     3. 5372c7d
     4. b871ea9
     5. ec5d9b7
     6. a862620
     7. f3bad34

 - #17865: import new products via csv: products are created with empty value when strings are too long (reported by @LouNik1984) has been fixed in #18639 by @ravi-chandra3197 in 2.3-develop branch
   Related commits:
     1. 499cdd7
     2. a9bc411
     3. b65b49f
     4. 5790225

 - #10205: REST API /V1/products/attributes does not update all properties (reported by @sazzle2611) has been fixed in #18622 by @lewisvoncken in 2.3-develop branch
   Related commits:
     1. 42ecb9c

 - #18268: M2.2.6 : Special price of 0.0000 is not shown on frontend, but is calculated in cart (reported by @kanduvisla) has been fixed in #18631 by @maheshWebkul721 in 2.3-develop branch
   Related commits:
     1. e30a12e

 - #18775: Product Advanced Pricing design issue (reported by @saphaljha) has been fixed in #18790 by @ashutoshwebkul in 2.3-develop branch
   Related commits:
     1. 6bb8258

 - #12300: SKU values are not trimmed with the space. (reported by @ShaileshChauhan92) has been fixed in #18019 by @bartoszkubicki in 2.3-develop branch
   Related commits:
     1. 6c168dd

 - #16572: Trim whitespace on SKU when saving product (reported by @Zyles) has been fixed in #18019 by @bartoszkubicki in 2.3-develop branch
   Related commits:
     1. 6c168dd
- skip failing test
…release-no-msi

[honey] MAGETWO-95880: Fail to install Magento 2.3.0 on cloud
[Owls] PageBuilder Bug Fixes with core changes
@ktpl-prakash ktpl-prakash merged commit 876f50a into ktpl-prakash:2.3-develop Oct 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.