forked from magento/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
[Backport] 18901-Forgot-password-form-should-not-available-while-customer-is-log… #1
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
Open
agorbulin
wants to merge
338
commits into
2.2-develop
Choose a base branch
from
2.2-develop-PR-port-19029
base: 2.2-develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
2.2 develop
# Conflicts: # app/code/Magento/SalesRule/Test/Mftf/Section/AdminCartPriceRulesFormSection.xml
… max_price to 0.00
# Conflicts: # app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductActionGroup.xml # app/code/Magento/Store/Test/Mftf/Data/WebsiteData.xml
… value of "GB" provided for the regionId field.
…nclude download links. - move save downloadable items from 'save_commit_after' to 'save_after' event.
Accepted Public Pull Requests: - magento#18984: [Backport] Reload cart totals when cart data changes (by @tdgroot) - magento#18908: [Backport] fixed - Unable to select payment method according to country of the address at checkout time (by @rahulwebkul) Fixed GitHub Issues: - magento#18907: Unable to select payment method according to country of the address at checkout time (reported by @rahulwebkul) has been fixed in magento#18908 by @rahulwebkul in 2.2-develop branch Related commits: 1. f1b2360
…ult upon save magento#19012 - Merge Pull Request magento#19012 from RostislavS/magento2:issue18348 - Merged commits: 1. 468f245 2. 4c13ad7
…ut d… magento#19036 - Merge Pull Request magento#19036 from swnsma/magento2-1:Save-Downloadable-Product-Links-For-Order-Items - Merged commits: 1. 429815b
…rder data magento#16684 magento#18857 - Merge Pull Request magento#18857 from ssp58bleuciel/magento2:fixed-issue-16684 - Merged commits: 1. 5a84c5a 2. e4b430a
[MPI]-fix-1810
…ck sub product, to cart. magento#1169
Accepted Public Pull Requests: - magento#19036: magento#18323: Order confirmation email for guest checkout d� (by @swnsma) - magento#19012: magento#18348 - In admin, last swatch option set to default upon save (by @RostislavS) - magento#18964: Backport [PR 18772] Remove unnecesary "header" block redeclaration (by @samuel27m) - magento#18857: Fixed - Default tax region/state appears in customer & order data magento#16684 (by @ssp58bleuciel) - magento#16887: Fix blocked a frame with origin (by @iGerchak) - magento-engcom/magento2ce#1169: magento#12970: Can't add grouped product, with out of stock sub product, to cart. (by @p-bystritsky) Fixed GitHub Issues: - magento#18323: Order confirmation email for guest checkout does not include download links (reported by @hsray) has been fixed in magento#19036 by @swnsma in 2.2-develop branch Related commits: 1. 429815b - magento#19003: salesInvoiceOrder REST API does not make downloadable products available (reported by @nthurston) has been fixed in magento#19036 by @swnsma in 2.2-develop branch Related commits: 1. 429815b - magento#19034: sales_order_item_save_commit_after and sales_order_save_commit_after events will never fire for guest checkout (reported by @swnsma) has been fixed in magento#19036 by @swnsma in 2.2-develop branch Related commits: 1. 429815b - magento#8348: 1 exception(s): Exception #0 (Exception): Warning: Invalid argument supplied for foreach() in NotProtectedExtension.php on line 89 (reported by @craigcarnell) has been fixed in magento#19012 by @RostislavS in 2.2-develop branch Related commits: 1. 468f245 2. 4c13ad7 - magento#16684: Default tax region/state appears in customer & order data (reported by @Detzler) has been fixed in magento#18857 by @ssp58bleuciel in 2.2-develop branch Related commits: 1. 5a84c5a 2. e4b430a - magento#12970: Can't add grouped product, with out of stock sub product, to cart (reported by @breg-13) has been fixed in magento-engcom/magento2ce#1169 by @p-bystritsky in 2.2-develop branch Related commits: 1. 7d44656 2. 42b4f3c 3. da05e92 4. 40600b9 5. 63c7fc9 6. 26b6a27
agorbulin
pushed a commit
that referenced
this pull request
Nov 6, 2018
Fixed issues-18534: 2 wysiwyg on catalog category edit page
…ged-in magento#18901: Forgot password form should not available while customer is logged in
6ce920c to
8ae5b87
Compare
agorbulin
pushed a commit
that referenced
this pull request
Nov 6, 2018
Remove unnecesary "header" block redeclaration
agorbulin
pushed a commit
that referenced
this pull request
Dec 22, 2018
Missing setTotalCount on $searchResults object in getList method
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.
Original Pull Request
magento#19029
…ged-in
magento#18901: Forgot password form should not available while customer is logged in
Description (magento#18901)
When you is logged in, form forgotpassword not shown, redirect to My Account occurred instead
When you guest and go to forgotpassword form, you see forgotpassword form
Fixed Issues (magento#18901)
Manual testing scenarios (*)
Contribution checklist (*)