forked from magento/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
Latest 2.3 develop branch #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…score in carrier code
[helix] MAGETWO-94482: [2.3] Fixed procedure of creating mapping for dynamic fields in elasticsearch
Not setting the customerId with an existing address caused a `NoSuchEntityException` to be thrown during address validation https://github.com/magento/magento2/blob/56af1e73ce21867b770a7458ab6e109f4a1eface/app/code/Magento/Quote/Model/QuoteAddressValidator.php#L84 Fixes #17485
[trigger] MAGETWO-95532: Unable to upload image from TinyMCE3
…recated-catalogsearch
…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
…ated-catalogsearch Revert deprecated CatalogSearch classes
- fixed broken unit test
- fixed broken static test
…oid 'undefined index' error in CustomerComposite.php #18679
[TSG-CSL3] 2.3-develop (pr10)
- 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
Bump MFTF version
[Owls] PageBuilder Bug Fixes with core changes
[MPI]-forwardport-1010
Sync 2.3.0-release to 2.3-develop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description (*)
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)