forked from magento/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
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
FIX Backend mass delete Sql error #2
Merged
Merged
Conversation
This file contains 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
…l\UrlRewrite attribute metadata
- createStore method fixed
- createStore method fixed
- createStore method fixed
- "mb_ereg_replace" function replaced with "preg_replace"
…specific allowed credit card types
…specific allowed credit card types
- Issue added
…l\UrlRewrite attribute metadata
…l\UrlRewrite attribute metadata
- builds stabilzation
- codestyle fixes
…iews - Fixing PHPDoc block
- Copyright updated
- Copyright updated
- codestyle fixes, moved cache to builder to match coupling rule
- Placeholder replace logic modified.
…st execution - merge
…st execution - update mtf version
…specific allowed credit card types per country - fixed dataset
Bug fixes: * MAGETWO-62426: "As low as" price shown if price different on global and store view level
…l4_test MAGETWO-63018: L4 Magento\UrlRewrite\Block\Catalog\Edit\FormTest::testGetEntityStores test failed
…ration Fixed issues: - MAGETWO-61120: Tax and Order total not correct when discount is applied
…st execution - merge
[MPI]Sprint-85
- isolate unstable functional test
- correct the key used to retrieve gallery images
- remove tests from isolation
…ge-gallery-look-ups MAGETWO-63062: Product image gallery look-ups use incorrect ID
Bug fixes: * MAGETWO-62783: Wrong address template used for order e-mails
…st execution - merge
[Mavericks] Extend functional tests coverage Tasks: - MTA-3969: Add variatioh for Checkouta with Braintreep Credit Cardp with specificy allowed credit card types - MTA-3970: Add variatiob for Checkouti with Braintreer Credit Cardt with specifich allowed countries - MTA-3971: Add variatiod for Checkouta with Braintreey Credit Card with specific allowed credit card types per country - MTA-3972: Add variatiol for Registerede Checkout withn Braintree Credita Card from Storefront with Advanced Fraud Protection - MTA-3996: Create util for troubleshooting analysis with functional test execution - MTA-3968: Add variation for Registered Checkout with Braintree Credit Card from Storefront with virtual quote and CVV Verification = No
…age-in-admin-panel MAGETWO-61104: [Magento Cloud] - Deleting image in the admin panel deletes it in the server and causes error for other products
asubit
commented
Jan 31, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's OK for me
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.
From the backend area when mass delete all products this error occured sometime :
I've created a patch to fix it and now I create pull request.